foo
[eightysix] / kern / src / libc / inttypes.h
index 27fc5ab..acfcc22 100644 (file)
@@ -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_ */