summaryrefslogtreecommitdiff
path: root/NetBSD
diff options
context:
space:
mode:
authorforsyth <forsyth@vitanuova.com>2012-01-03 21:08:02 +0000
committerforsyth <forsyth@vitanuova.com>2012-01-03 21:08:02 +0000
commitcd03a2dc3bfa8e793b2e4702966706c10d69b314 (patch)
tree5f08b409b6137c3a57f739f816efb10176269b66 /NetBSD
parent70847ce7c3d2ee9800014eb328f362b8e335ac76 (diff)
20120103-2107
Diffstat (limited to 'NetBSD')
-rw-r--r--NetBSD/386/include/lib9.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/NetBSD/386/include/lib9.h b/NetBSD/386/include/lib9.h
index b2884de5..168af335 100644
--- a/NetBSD/386/include/lib9.h
+++ b/NetBSD/386/include/lib9.h
@@ -15,7 +15,6 @@
#define getwd infgetwd
-#undef isnan
#define round infround
#define fmax inffmax
#define log2 inflog2
@@ -49,6 +48,15 @@ typedef uvlong u64int;
typedef uintptr_t 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;
+
typedef unsigned short Rune;
typedef unsigned int mpdigit; /* for /sys/include/mp.h */