Jelajahi Sumber

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

No other system seems to put this behind a _USE_POSIX ifdef.
Daniel Bertalan 3 tahun lalu
induk
melakukan
95cff1133d
1 mengubah file dengan 1 tambahan dan 3 penghapusan
  1. 1 3
      Userland/Libraries/LibC/limits.h

+ 1 - 3
Userland/Libraries/LibC/limits.h

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