re-add useconds_t
[musl] / arch / microblaze / bits / alltypes.h.sh
index 2397c6c..6ddd082 100755 (executable)
@@ -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; };