diff options
Diffstat (limited to 'api/posix/sys')
| -rw-r--r-- | api/posix/sys/types.h | 1 |
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; |
