POSIX requires stddef.h to define wchar_t. Previously it was missing, which broke inttypes.h (wcstoimax/strtoimax use wchar_t). Fixed by adding guarded by since C++ has wchar_t as a built-in keyword.
From release 0.1.0 pre-patched archive. This includes all Red Bear modifications previously maintained as patches in local/patches/relibc/.