diff options
| -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; |
