]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/ppc/_types.h
xnu-792.25.20.tar.gz
[apple/xnu.git] / bsd / ppc / _types.h
index 3373621947fe3281e1efbcc48b6ff942d303109c..c607bba87a3cd0af7405c103bf3c36927a31ce3e 100644 (file)
@@ -33,7 +33,7 @@ typedef __signed char         __int8_t;
 typedef char                   __int8_t;
 #endif /* !__GNUC__ */
 typedef unsigned char          __uint8_t;
-typedef        unsigned short          __int16_t;
+typedef        short                   __int16_t;
 typedef        unsigned short          __uint16_t;
 typedef int                    __int32_t;
 typedef unsigned int           __uint32_t;