]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/machine/limits.h
xnu-6153.61.1.tar.gz
[apple/xnu.git] / bsd / machine / limits.h
index 0f40842f9723e817445e4288e9bd81f4fb76af3b..7ae09a12e00b6a9bafc59f8ca4a7721e27aac08e 100644 (file)
@@ -1,11 +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.  */
-#if defined (__ppc__) || defined (__ppc64__)
-#include <ppc/limits.h>
-#elif defined (__i386__) || defined(__x86_64__)
+ *  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