LibC: add more typedefs to sys/types
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
typedef int32_t pid_t;
|
||||
typedef int32_t id_t;
|
||||
typedef id_t pid_t;
|
||||
typedef id_t uid_t;
|
||||
typedef id_t gid_t;
|
||||
typedef uint16_t mode_t;
|
||||
|
||||
__END_DECLS
|
||||
Reference in New Issue
Block a user