]> git.corax.cc Git - corax/commitdiff
Add ssize_t type to sys/types.h
authorMatthias Kruk <m@m10k.eu>
Mon, 2 Dec 2019 08:05:33 +0000 (17:05 +0900)
committerMatthias Kruk <m@m10k.eu>
Mon, 2 Dec 2019 08:05:33 +0000 (17:05 +0900)
include/sys/types.h

index 4c7e3b8032228cde3d4c381addf71776c59c48c3..2ad1f4f6e8d40a024095fbbc0c0243d103a3beba 100644 (file)
@@ -4,5 +4,6 @@
 #include <corax/types.h>
 
 typedef unsigned long size_t;
+typedef long ssize_t;
 
 #endif /* __SYS_TYPES_H */