Skip to content
  • Ahmed Abd El Mawgood's avatar
    Adjust stddef.h to be compatiable with other libc(s) · 3ac6ef18
    Ahmed Abd El Mawgood authored
    I faced many issues when compiling libstdC++-V3 and linking against
    relibc mainly:
    - Missing types (max_align_t)
    - Different types definitions(ptrdiff_t , size_t)
    - and the fact that wchar_t is part of standard C++ and it seams that we
      canno redefine standard types
    3ac6ef18