summaryrefslogtreecommitdiff
path: root/OpenBSD/386/include/lib9.h
diff options
context:
space:
mode:
Diffstat (limited to 'OpenBSD/386/include/lib9.h')
-rw-r--r--OpenBSD/386/include/lib9.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/OpenBSD/386/include/lib9.h b/OpenBSD/386/include/lib9.h
index 050fa070..66856f03 100644
--- a/OpenBSD/386/include/lib9.h
+++ b/OpenBSD/386/include/lib9.h
@@ -20,7 +20,6 @@
#define getwd infgetwd
-#undef isnan
#define round infround
#define fmax inffmax
#define log2 inflog2
@@ -50,6 +49,15 @@ typedef unsigned short u16int;
typedef unsigned char u8int;
typedef unsigned long uintptr;
+typedef signed char int8;
+typedef unsigned char uint8;
+typedef short int16;
+typedef unsigned short uint16;
+typedef int int32;
+typedef unsigned int uint32;
+typedef long long int64;
+typedef unsigned long long uint64;
+
#define USED(x) if(x){}else{}
#define SET(x)