Loading...
include/limits.h Libc-1158.50.2 Libc-825.24
--- Libc/Libc-1158.50.2/include/limits.h
+++ Libc/Libc-825.24/include/limits.h
@@ -100,8 +100,6 @@
 #define _POSIX_SEM_VALUE_MAX 			32767
 #define _POSIX_SIGQUEUE_MAX 			32
 #define _POSIX_TIMER_MAX 			32
-
-#define _POSIX_CLOCKRES_MIN 20000000
 #endif /* __DARWIN_C_LEVEL >= 199309L */
 
 #if __DARWIN_C_LEVEL >= 199506L
@@ -111,11 +109,7 @@
 
 #define PTHREAD_DESTRUCTOR_ITERATIONS 	4
 #define PTHREAD_KEYS_MAX 		512
-#if defined(__arm__) 
-#define PTHREAD_STACK_MIN 		16384
-#else
 #define PTHREAD_STACK_MIN 		8192
-#endif
 #endif /* __DARWIN_C_LEVEL >= 199506L */
 
 #if __DARWIN_C_LEVEL >= 200112