mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:27:43 +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:
parent
899616198c
commit
95cff1133d
1 changed files with 1 additions and 3 deletions
|
@ -92,6 +92,4 @@
|
|||
|
||||
#define TZNAME_MAX 64
|
||||
|
||||
#ifdef __USE_POSIX
|
||||
# include <bits/posix1_lim.h>
|
||||
#endif
|
||||
#include <bits/posix1_lim.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue