From: Alan Cox Date: Wed, 21 Oct 2015 14:59:05 +0000 (+0100) Subject: types.h: add useconds_t X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=efab9617c9f3006a9cf99012d89c9a9a917ecfff;p=FUZIX.git types.h: add useconds_t --- 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