summaryrefslogtreecommitdiff
path: root/api/posix/sys
diff options
context:
space:
mode:
Diffstat (limited to 'api/posix/sys')
-rw-r--r--api/posix/sys/types.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/api/posix/sys/types.h b/api/posix/sys/types.h
new file mode 100644
index 0000000..2be0ef8
--- /dev/null
+++ b/api/posix/sys/types.h
@@ -0,0 +1,7 @@
+#pragma once
+
+#include <stdint.h>
+
+typedef int64_t ssize_t;
+typedef int64_t off_t;
+