From 0ea10c8631961375172226515fe9fad63236fa08 Mon Sep 17 00:00:00 2001 From: "Stephen M. Cameron" Date: Mon, 31 Oct 2022 20:21:13 -0400 Subject: [PATCH] Add useconds_t type to weirdtypes.h --- libc/calls/weirdtypes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libc/calls/weirdtypes.h b/libc/calls/weirdtypes.h index 8fc13707e..20c0ff440 100644 --- a/libc/calls/weirdtypes.h +++ b/libc/calls/weirdtypes.h @@ -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