diff options
| -rw-r--r-- | sys/inc/sys/types.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/inc/sys/types.h b/sys/inc/sys/types.h index 0d476fc..a02bb29 100644 --- a/sys/inc/sys/types.h +++ b/sys/inc/sys/types.h @@ -52,4 +52,8 @@ typedef int64_t ssize_t; typedef size_t off_t; typedef size_t uintptr_t; +/* ID types */ +typedef int32_t id_t; +typedef id_t pid_t; + #endif /* !_SYS_TYPES_H_ */ |
