X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=arch%2Fpowerpc%2Fbits%2Falltypes.h.sh;h=417e291900a6fbe02bdeb2822b382ae26841a3f6;hb=47cf4919fc834a917185ace26dfd1c2ab760676d;hp=f3dac12a69574c36d601eebfb3dc7cad213abfd7;hpb=da1442c9a8c58f8ad85a1bd96007f60bc372d157;p=musl diff --git a/arch/powerpc/bits/alltypes.h.sh b/arch/powerpc/bits/alltypes.h.sh index f3dac12a..417e2919 100755 --- a/arch/powerpc/bits/alltypes.h.sh +++ b/arch/powerpc/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; };