summaryrefslogtreecommitdiff
path: root/libc/kinclude/arch/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/kinclude/arch/types.h')
-rw-r--r--libc/kinclude/arch/types.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libc/kinclude/arch/types.h b/libc/kinclude/arch/types.h
index b77ad8e..00afeed 100644
--- a/libc/kinclude/arch/types.h
+++ b/libc/kinclude/arch/types.h
@@ -10,10 +10,10 @@ typedef unsigned char * __pu8;
typedef char __s8;
typedef char * __ps8;
-typedef unsigned int __u16;
-typedef unsigned int * __pu16;
-typedef int __s16;
-typedef int * __ps16;
+typedef unsigned short __u16;
+typedef unsigned short * __pu16;
+typedef short __s16;
+typedef short * __ps16;
typedef unsigned long __u32;
typedef unsigned long * __pu32;