From 47cf4919fc834a917185ace26dfd1c2ab760676d Mon Sep 17 00:00:00 2001 From: rofl0r Date: Tue, 2 Apr 2013 04:38:23 +0200 Subject: re-add useconds_t this type was removed back in 5243e5f1606a9c6fcf01414e , because it was removed from the XSI specs. however some apps use it. since it's in the POSIX reserved namespace, we can expose it unconditionally. --- arch/microblaze/bits/alltypes.h.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/microblaze/bits/alltypes.h.sh') diff --git a/arch/microblaze/bits/alltypes.h.sh b/arch/microblaze/bits/alltypes.h.sh index 2397c6cd..6ddd0823 100755 --- a/arch/microblaze/bits/alltypes.h.sh +++ b/arch/microblaze/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; }; -- cgit v1.2.1