Loading...
include/limits.h Libc-1725.40.4 Libc-1158.50.2
--- Libc/Libc-1725.40.4/include/limits.h
+++ Libc/Libc-1158.50.2/include/limits.h
@@ -62,7 +62,6 @@
 
 #include <sys/cdefs.h>
 #include <machine/limits.h>
-#ifndef UNIFDEF_DRIVERKIT
 #include <sys/syslimits.h>
 
 #if __DARWIN_C_LEVEL > __DARWIN_C_ANSI
@@ -112,7 +111,7 @@
 
 #define PTHREAD_DESTRUCTOR_ITERATIONS 	4
 #define PTHREAD_KEYS_MAX 		512
-#if defined(__arm__) || defined(__arm64__)
+#if defined(__arm__) 
 #define PTHREAD_STACK_MIN 		16384
 #else
 #define PTHREAD_STACK_MIN 		8192
@@ -164,6 +163,5 @@
 #endif /* __DARWIN_C_LEVEL > __DARWIN_C_ANSI */
 
 /* NZERO to be defined here. TBD. See also sys/param.h  */
-#endif /* UNIFDEF_DRIVERKIT */
 
 #endif /* !_LIMITS_H_ */