diff options
| author | Ian Moffett <ian@osmora.org> | 2025-11-21 20:42:04 -0500 |
|---|---|---|
| committer | Ian Moffett <ian@osmora.org> | 2025-11-21 20:42:04 -0500 |
| commit | 3536d0b1d93981e91cb016d08e54ce30de25fa01 (patch) | |
| tree | 8cd9a32d484ec19de833081028542a3444a4cf64 /sys | |
| parent | cf25483e154ae1d5e9685a6087ba51642e4326c5 (diff) | |
sys: Add mode_t type
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/inc/sys/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/inc/sys/types.h b/sys/inc/sys/types.h index 9de5618..5fc0ba3 100644 --- a/sys/inc/sys/types.h +++ b/sys/inc/sys/types.h @@ -45,6 +45,7 @@ typedef char int8_t; typedef short int16_t; typedef int int32_t; typedef long long int64_t; +typedef int32_t mode_t; /* Size types */ typedef uint64_t size_t; |
