types.h: add useconds_t
authorAlan Cox <alan@etchedpixels.co.uk>
Wed, 21 Oct 2015 14:59:05 +0000 (15:59 +0100)
committerAlan Cox <alan@etchedpixels.co.uk>
Wed, 21 Oct 2015 14:59:05 +0000 (15:59 +0100)
Library/include/sys/types.h

index ff39a69..1cdd129 100644 (file)
@@ -76,4 +76,5 @@ typedef struct {
 } __ktime_t;
 #endif
 typedef int32_t clock_t;
+typedef uint32_t useconds_t;
 #endif