Add clock_t and useconds_t to user types
This commit is contained in:
@@ -18,4 +18,7 @@ typedef uint32_t mode_t;
|
||||
typedef uint16_t uid_t;
|
||||
typedef uint16_t gid_t;
|
||||
|
||||
typedef uint64_t clock_t;
|
||||
typedef uint64_t useconds_t;
|
||||
|
||||
typedef int32_t pid_t;
|
||||
|
||||
Reference in New Issue
Block a user