diff options
| author | forsyth <forsyth@vitanuova.com> | 2010-02-03 20:48:47 +0000 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2010-02-03 20:48:47 +0000 |
| commit | f1dcfd03b4648fd6c0221d14436b391cd368beac (patch) | |
| tree | 23466fba69e89b4ba065c150ac33a096f09e0b3f /Linux/386 | |
| parent | ad7de9e8db6963f4e715c21ee894011b62d0c984 (diff) | |
20100203-2048
Diffstat (limited to 'Linux/386')
| -rw-r--r-- | Linux/386/include/lib9.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Linux/386/include/lib9.h b/Linux/386/include/lib9.h index 0dd37be1..85187272 100644 --- a/Linux/386/include/lib9.h +++ b/Linux/386/include/lib9.h @@ -41,6 +41,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; |
