diff options
author | Rich Felker <dalias@aerifal.cx> | 2011-04-01 21:10:01 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2011-04-01 21:10:01 -0400 |
commit | 5243e5f1606a9c6fcf01414ed5561616588bc0b9 (patch) | |
tree | ca5cb08865257686a1cb19bbefb959a9a2e10c10 /arch/i386/bits | |
parent | 3bb00f45799ae6df48c2a00496ee57b42f7d2621 (diff) | |
download | musl-5243e5f1606a9c6fcf01414ed5561616588bc0b9.tar.gz |
remove obsolete and useless useconds_t type
Diffstat (limited to 'arch/i386/bits')
-rwxr-xr-x | arch/i386/bits/alltypes.h.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/i386/bits/alltypes.h.sh b/arch/i386/bits/alltypes.h.sh index c6201b9d..cbdbea0a 100755 --- a/arch/i386/bits/alltypes.h.sh +++ b/arch/i386/bits/alltypes.h.sh @@ -68,7 +68,6 @@ TYPEDEF long long intmax_t; TYPEDEF unsigned long long uintmax_t; TYPEDEF long time_t; -TYPEDEF unsigned useconds_t; TYPEDEF int suseconds_t; STRUCT timeval { time_t tv_sec; int tv_usec; }; STRUCT timespec { time_t tv_sec; long tv_nsec; }; |