]> git.corax.cc Git - corax/commitdiff
Add sys/types.h header
authorMatthias Kruk <m@m10k.eu>
Wed, 2 Oct 2019 07:12:07 +0000 (16:12 +0900)
committerMatthias Kruk <m@m10k.eu>
Wed, 2 Oct 2019 07:12:07 +0000 (16:12 +0900)
include/sys/types.h [new file with mode: 0644]

diff --git a/include/sys/types.h b/include/sys/types.h
new file mode 100644 (file)
index 0000000..4c7e3b8
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef __SYS_TYPES_H
+#define __SYS_TYPES_H
+
+#include <corax/types.h>
+
+typedef unsigned long size_t;
+
+#endif /* __SYS_TYPES_H */