summaryrefslogtreecommitdiff
path: root/MacOSX
diff options
context:
space:
mode:
authorforsyth <forsyth@vitanuova.com>2010-02-03 20:48:47 +0000
committerforsyth <forsyth@vitanuova.com>2010-02-03 20:48:47 +0000
commitf1dcfd03b4648fd6c0221d14436b391cd368beac (patch)
tree23466fba69e89b4ba065c150ac33a096f09e0b3f /MacOSX
parentad7de9e8db6963f4e715c21ee894011b62d0c984 (diff)
20100203-2048
Diffstat (limited to 'MacOSX')
-rw-r--r--MacOSX/386/include/lib9.h2
-rw-r--r--MacOSX/power/include/lib9.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/MacOSX/386/include/lib9.h b/MacOSX/386/include/lib9.h
index 841da466..9b67537b 100644
--- a/MacOSX/386/include/lib9.h
+++ b/MacOSX/386/include/lib9.h
@@ -36,6 +36,8 @@ typedef long long vlong;
typedef unsigned long long uvlong;
typedef ushort Rune;
typedef unsigned int u32int;
+typedef uvlong u64int;
+
typedef unsigned int mpdigit; /* for /sys/include/mp.h */
typedef unsigned short u16int;
typedef unsigned char u8int;
diff --git a/MacOSX/power/include/lib9.h b/MacOSX/power/include/lib9.h
index 7258d910..96c4b960 100644
--- a/MacOSX/power/include/lib9.h
+++ b/MacOSX/power/include/lib9.h
@@ -36,6 +36,8 @@ typedef long long vlong;
typedef unsigned long long uvlong;
typedef ushort Rune;
typedef unsigned int u32int;
+typedef uvlong u64int;
+
typedef unsigned int mpdigit; /* for /sys/include/mp.h */
typedef unsigned short u16int;
typedef unsigned char u8int;