aboutsummaryrefslogtreecommitdiff
path: root/include/sys/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/types.h')
-rw-r--r--include/sys/types.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/sys/types.h b/include/sys/types.h
new file mode 100644
index 000000000..07e9640a2
--- /dev/null
+++ b/include/sys/types.h
@@ -0,0 +1,11 @@
+#ifndef __TYPES_H__
+#define __TYPES_H__
+
+#include <wchar.h>
+
+typedef int pid_t;
+typedef long off_t;
+typedef int gid_t;
+typedef int uid_t;
+
+#endif \ No newline at end of file