summaryrefslogtreecommitdiff
path: root/arch/x86_64/bits/alltypes.h.sh
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/bits/alltypes.h.sh')
-rwxr-xr-xarch/x86_64/bits/alltypes.h.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/bits/alltypes.h.sh b/arch/x86_64/bits/alltypes.h.sh
index bc9a3cc0..62e77ac9 100755
--- a/arch/x86_64/bits/alltypes.h.sh
+++ b/arch/x86_64/bits/alltypes.h.sh
@@ -60,6 +60,7 @@ TYPEDEF double double_t;
TYPEDEF long time_t;
TYPEDEF long suseconds_t;
+TYPEDEF unsigned useconds_t;
STRUCT timeval { time_t tv_sec; long tv_usec; };
STRUCT timespec { time_t tv_sec; long tv_nsec; };