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. --- include/unistd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/unistd.h') diff --git a/include/unistd.h b/include/unistd.h index 07e49e97..b9dc06d5 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -24,6 +24,7 @@ extern "C" { #define __NEED_off_t #define __NEED_pid_t #define __NEED_intptr_t +#define __NEED_useconds_t #include -- cgit v1.2.1