]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/machine/limits.h
xnu-6153.101.6.tar.gz
[apple/xnu.git] / bsd / machine / limits.h
index e96709f896ab6d949d4212a62b0339e45ee82d89..7ae09a12e00b6a9bafc59f8ca4a7721e27aac08e 100644 (file)
@@ -1,9 +1,11 @@
 /* This is the `system' limits.h, independent of any particular
-   compiler.  GCC provides its own limits.h which can be found in
-   /usr/lib/gcc, although it is not very informative.  
-   This file is public domain.  */
*  compiler.  GCC provides its own limits.h which can be found in
+ *  /usr/lib/gcc, although it is not very informative.
*  This file is public domain.  */
 #if defined (__i386__) || defined(__x86_64__)
 #include <i386/limits.h>
+#elif defined (__arm__) || defined (__arm64__)
+#include <arm/limits.h>
 #else
 #error architecture not supported
 #endif