1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:37:44 +00:00

LibC: Unconditionally include bits/posix1_lim.h from limits.h

No other system seems to put this behind a _USE_POSIX ifdef.
This commit is contained in:
Daniel Bertalan 2022-04-10 11:18:12 +02:00 committed by Brian Gianforcaro
parent 899616198c
commit 95cff1133d

View file

@ -92,6 +92,4 @@
#define TZNAME_MAX 64 #define TZNAME_MAX 64
#ifdef __USE_POSIX
#include <bits/posix1_lim.h> #include <bits/posix1_lim.h>
#endif