X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=arch%2Fmips%2Fbits%2Falltypes.h.sh;h=6ddd0823c5b046d1c7c31cbbc35a7582b24fee60;hp=2397c6cdc95dc1c612b8b30b4181960aa5513e36;hb=47cf4919fc834a917185ace26dfd1c2ab760676d;hpb=82aad3a31726feb29981846886a17fceee605287 diff --git a/arch/mips/bits/alltypes.h.sh b/arch/mips/bits/alltypes.h.sh index 2397c6cd..6ddd0823 100755 --- a/arch/mips/bits/alltypes.h.sh +++ b/arch/mips/bits/alltypes.h.sh @@ -61,6 +61,7 @@ TYPEDEF 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; };