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/x86_64/bits/alltypes.h.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/x86_64/bits/alltypes.h.sh') diff --git a/arch/x86_64/bits/alltypes.h.sh b/arch/x86_64/bits/alltypes.h.sh index bc9a3cc0..62e77ac9 100755 --- a/arch/x86_64/bits/alltypes.h.sh +++ b/arch/x86_64/bits/alltypes.h.sh @@ -60,6 +60,7 @@ TYPEDEF double double_t; TYPEDEF long time_t; TYPEDEF long suseconds_t; +TYPEDEF unsigned useconds_t; STRUCT timeval { time_t tv_sec; long tv_usec; }; STRUCT timespec { time_t tv_sec; long tv_nsec; }; -- cgit v1.2.1