about summary refs log tree commit diff
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, 0 insertions, 1 deletions
diff --git a/arch/x86_64/bits/alltypes.h.sh b/arch/x86_64/bits/alltypes.h.sh
index d7ba25bb..1d0abf9c 100755
--- a/arch/x86_64/bits/alltypes.h.sh
+++ b/arch/x86_64/bits/alltypes.h.sh
@@ -68,7 +68,6 @@ TYPEDEF long long          intmax_t;
 TYPEDEF unsigned long long uintmax_t;
 
 TYPEDEF long time_t;
-TYPEDEF long useconds_t;
 TYPEDEF long suseconds_t;
 STRUCT timeval { time_t tv_sec; int tv_usec; };
 STRUCT timespec { time_t tv_sec; long tv_nsec; };