1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-15 05:47:37 +00:00
serenity/Userland/Libraries/LibC/bits
Gunnar Beutner be4b20c14d LibC: Make <limits.h> compatible with GCC so that it doesn't install a fixed header
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.
2021-04-11 09:51:20 +02:00
..
FILE.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
posix1_lim.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
pthread_integration.h LibC+LibPthread: Implement pthread_atfork() 2021-02-15 17:32:56 +01:00
stdint.h LibC: Make <limits.h> compatible with GCC so that it doesn't install a fixed header 2021-04-11 09:51:20 +02:00