summaryrefslogtreecommitdiff
path: root/FreeBSD/386/include/lib9.h
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 /FreeBSD/386/include/lib9.h
parentad7de9e8db6963f4e715c21ee894011b62d0c984 (diff)
20100203-2048
Diffstat (limited to 'FreeBSD/386/include/lib9.h')
-rw-r--r--FreeBSD/386/include/lib9.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/FreeBSD/386/include/lib9.h b/FreeBSD/386/include/lib9.h
index 07884bb3..882a13c5 100644
--- a/FreeBSD/386/include/lib9.h
+++ b/FreeBSD/386/include/lib9.h
@@ -43,6 +43,8 @@ typedef unsigned short Rune;
typedef long long int vlong;
typedef unsigned long long int uvlong;
typedef unsigned int u32int;
+typedef uvlong u64int;
+
typedef unsigned int mpdigit; /* for /sys/include/mp.h */
typedef unsigned short u16int;
typedef unsigned char u8int;