Skip to content

Commit

Permalink
LibC: Unconditionally include bits/posix1_lim.h from limits.h
Browse files Browse the repository at this point in the history
No other system seems to put this behind a _USE_POSIX ifdef.
  • Loading branch information
BertalanD authored and bgianfo committed Apr 23, 2022
1 parent 8996161 commit 95cff11
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Userland/Libraries/LibC/limits.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,4 @@

#define TZNAME_MAX 64

#ifdef __USE_POSIX
# include <bits/posix1_lim.h>
#endif
#include <bits/posix1_lim.h>

0 comments on commit 95cff11

Please sign in to comment.