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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sys/types.h b/include/sys/types.h
index b64f46c73..07e9640a2 100644
--- a/include/sys/types.h
+++ b/include/sys/types.h
@@ -4,5 +4,8 @@
#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