]> git.lizzy.rs Git - plan9front.git/blobdiff - amd64/include/u.h
vl: remove unused mysbrk() prototype
[plan9front.git] / amd64 / include / u.h
index 8dce5066fcb92b2e4ba821abdbfd14a4db0c5f7c..17a684368cffb808e3e63446017e6dcdf78833d4 100644 (file)
@@ -3,12 +3,13 @@ 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 long long      intptr;
 typedef unsigned long long uintptr;
 typedef unsigned long  usize;
-typedef        ushort          Rune;
+typedef        uint            Rune;
 typedef union FPdbleword FPdbleword;
 typedef uintptr                jmp_buf[2];
 #define        JMPBUFSP        0
@@ -19,6 +20,10 @@ typedef unsigned char        u8int;
 typedef unsigned short u16int;
 typedef unsigned int   u32int;
 typedef unsigned long long u64int;
+typedef signed char s8int;
+typedef signed short s16int;
+typedef signed int s32int;
+typedef signed long long s64int;
 
 /* MXCSR */
 /* fcr */