From efab9617c9f3006a9cf99012d89c9a9a917ecfff Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Wed, 21 Oct 2015 15:59:05 +0100 Subject: [PATCH] types.h: add useconds_t --- Library/include/sys/types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/include/sys/types.h b/Library/include/sys/types.h index ff39a69b..1cdd1292 100644 --- a/Library/include/sys/types.h +++ b/Library/include/sys/types.h @@ -76,4 +76,5 @@ typedef struct { } __ktime_t; #endif typedef int32_t clock_t; +typedef uint32_t useconds_t; #endif -- 2.34.1