mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
Add useconds_t type to weirdtypes.h
This commit is contained in:
parent
e522aa3a07
commit
0ea10c8631
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
#define socklen_t uint32_t
|
||||
#define speed_t uint32_t
|
||||
#define suseconds_t int64_t /* int32_t on xnu */
|
||||
#define useconds_t uint64_t /* uint32_t on xnu */
|
||||
#define syscall_arg_t int64_t /* uint64_t on xnu */
|
||||
#define tcflag_t uint32_t
|
||||
#define time_t int64_t
|
||||
|
|
Loading…
Reference in a new issue