Add useconds_t type to weirdtypes.h

This commit is contained in:
Stephen M. Cameron 2022-10-31 20:21:13 -04:00 committed by Justine Tunney
parent e522aa3a07
commit 0ea10c8631
No known key found for this signature in database
GPG key ID: BE714B4575D6E328

View file

@ -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