Loading...
--- Libc/Libc-763.13/include/limits.h
+++ Libc/Libc-825.24/include/limits.h
@@ -106,6 +106,10 @@
#define _POSIX_THREAD_DESTRUCTOR_ITERATIONS 4
#define _POSIX_THREAD_KEYS_MAX 128
#define _POSIX_THREAD_THREADS_MAX 64
+
+#define PTHREAD_DESTRUCTOR_ITERATIONS 4
+#define PTHREAD_KEYS_MAX 512
+#define PTHREAD_STACK_MIN 8192
#endif /* __DARWIN_C_LEVEL >= 199506L */
#if __DARWIN_C_LEVEL >= 200112
@@ -124,12 +128,6 @@
#define _POSIX_RE_DUP_MAX _POSIX2_RE_DUP_MAX
#endif /* __DARWIN_C_LEVEL >= 200112 */
-
-#if __DARWIN_C_LEVEL >= 200809L
-#define PTHREAD_DESTRUCTOR_ITERATIONS 4
-#define PTHREAD_KEYS_MAX 512
-#define PTHREAD_STACK_MIN 8192
-#endif /* __DARWIN_C_LEVEL >= 200809L */
#if __DARWIN_C_LEVEL >= __DARWIN_C_FULL
#define OFF_MIN LLONG_MIN /* min value for an off_t */