summaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/boot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/boot.h b/lib/boot.h
index 5aab52b..8a28eff 100644
--- a/lib/boot.h
+++ b/lib/boot.h
@@ -31,8 +31,8 @@ typedef unsigned char uint8_t;
typedef __INTPTR_TYPE__ intptr_t;
typedef __INT64_TYPE__ int64_t;
-typedef int int32_t;
-typedef short int16_t;
+typedef __INT32_TYPE__ int32_t;
+typedef __INT16_TYPE__ int16_t;
typedef char int8_t;
typedef void* voidptr_t;