mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-02 01:08:32 +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 socklen_t uint32_t
|
||||||
#define speed_t uint32_t
|
#define speed_t uint32_t
|
||||||
#define suseconds_t int64_t /* int32_t on xnu */
|
#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 syscall_arg_t int64_t /* uint64_t on xnu */
|
||||||
#define tcflag_t uint32_t
|
#define tcflag_t uint32_t
|
||||||
#define time_t int64_t
|
#define time_t int64_t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue