diff options
Diffstat (limited to 'arch/i386/bits')
-rwxr-xr-x | arch/i386/bits/alltypes.h.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/i386/bits/alltypes.h.sh b/arch/i386/bits/alltypes.h.sh index 13def835..579aa1af 100755 --- a/arch/i386/bits/alltypes.h.sh +++ b/arch/i386/bits/alltypes.h.sh @@ -74,6 +74,7 @@ TYPEDEF long double double_t; TYPEDEF long time_t; TYPEDEF int suseconds_t; +TYPEDEF unsigned useconds_t; STRUCT timeval { time_t tv_sec; int tv_usec; }; STRUCT timespec { time_t tv_sec; long tv_nsec; }; |