summaryrefslogtreecommitdiff
path: root/api/posix/sys
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2024-02-24 00:59:40 +0000
committerAda Christine <adachristine18@gmail.com>2024-02-24 00:59:40 +0000
commita61b9d1c9ee85ec08ff3b8a61e80dc33e71f3472 (patch)
treeed3c6ecaa88d82f422cc73fea30183b9575d7ba3 /api/posix/sys
parentcadd8266b02035065559ddd27aa0b37051bf16e9 (diff)
cleanup
Diffstat (limited to 'api/posix/sys')
-rw-r--r--api/posix/sys/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/posix/sys/types.h b/api/posix/sys/types.h
index 2be0ef8..81a5f13 100644
--- a/api/posix/sys/types.h
+++ b/api/posix/sys/types.h
@@ -4,4 +4,5 @@
typedef int64_t ssize_t;
typedef int64_t off_t;
+typedef int mode_t;