re-add useconds_t

this type was removed back in 5243e5f160 ,
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.
This commit is contained in:
rofl0r
2013-04-02 04:58:14 +02:00
parent 82aad3a317
commit 47cf4919fc
8 changed files with 8 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@ extern "C" {
#define __NEED_off_t
#define __NEED_pid_t
#define __NEED_intptr_t
#define __NEED_useconds_t
#include <bits/alltypes.h>