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:
@@ -52,6 +52,7 @@ extern "C" {
|
||||
#define __NEED_pthread_spinlock_t
|
||||
#define __NEED_pthread_key_t
|
||||
#define __NEED_pthread_once_t
|
||||
#define __NEED_useconds_t
|
||||
|
||||
#include <bits/alltypes.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user