Add clock_t and useconds_t to user types

This commit is contained in:
Mark
2020-07-11 12:57:31 +03:00
parent 801df710d2
commit cfe74eac3b
+3
View File
@@ -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;