X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=kern%2Fsrc%2Flibc%2Finttypes.h;h=acfcc22c23b8646111ee612c7dbc86a7338c9b70;hb=refs%2Fheads%2Fmaster;hp=27fc5abee2657f560ddbbc6f4cbd82ebd11e1396;hpb=88e57cf7f2581900eb31cb835a18ad414e37786c;p=eightysix diff --git a/kern/src/libc/inttypes.h b/kern/src/libc/inttypes.h index 27fc5ab..acfcc22 100644 --- a/kern/src/libc/inttypes.h +++ b/kern/src/libc/inttypes.h @@ -8,4 +8,7 @@ typedef unsigned char uint8_t; typedef unsigned short uint16_t; typedef unsigned long uint32_t; +typedef int ssize_t; +typedef unsigned int size_t; + #endif /* KLIBC_INTTYPES_H_ */