diff options
Diffstat (limited to 'sys/include/ape/u.h')
-rw-r--r-- | sys/include/ape/u.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/include/ape/u.h b/sys/include/ape/u.h index 87af9d1cd..4ce766194 100644 --- a/sys/include/ape/u.h +++ b/sys/include/ape/u.h @@ -9,10 +9,10 @@ typedef unsigned short ushort; typedef unsigned char uchar; typedef unsigned long ulong; typedef unsigned int uint; -typedef signed char schar; +typedef signed char schar; typedef long long vlong; typedef unsigned long long uvlong; -typedef ushort Rune; +typedef uint Rune; typedef union FPdbleword FPdbleword; typedef char* p9va_list; |