mirror of
https://github.com/RGBCube/serenity
synced 2025-07-15 05:47:37 +00:00
![]() GCC installs a fixed version of the <limits.h> header as per https://gcc.gnu.org/onlinedocs/gcc/Fixed-Headers.html. The fixed header doesn't include the target's <limits.h> which in turn means that some definitions (such as PATH_MAX) aren't available. This change requires rebuilding the toolchain (Toolchain/BuildIt.sh). This fixes the flatbuffers port. The commit also removes some non-standard defines (U*_MIN) which don't appear to be used anywhere. By definition they're always 0 though so they're not strictly necessary. |
||
---|---|---|
.. | ||
FILE.h | ||
posix1_lim.h | ||
pthread_integration.h | ||
stdint.h |