]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/i386/types.h
xnu-201.tar.gz
[apple/xnu.git] / bsd / i386 / types.h
index ff7bc23b4182627be8c409b03027cc9dc5272d9a..10a5646ad9251d863f078e91bbc811fda7ec1e0d 100644 (file)
@@ -77,7 +77,7 @@ typedef       unsigned long long      u_int64_t;
 
 typedef int32_t                        register_t;
 
-typedef int                    *intptr_t;
-typedef unsigned long          *uintptr_t;
+typedef long int               intptr_t;
+typedef unsigned long int      uintptr_t;
 #endif /* __ASSEMBLER__ */
 #endif /* _MACHTYPES_H_ */