diff options
-rw-r--r-- | sys/include/sys/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/include/sys/types.h b/sys/include/sys/types.h index 2078e78..943b54c 100644 --- a/sys/include/sys/types.h +++ b/sys/include/sys/types.h @@ -56,6 +56,7 @@ typedef int32_t ssize_t; /* Byte count or error */ #endif typedef size_t uintptr_t; +typedef size_t off_t; typedef _Bool bool; typedef int pid_t; |