win32: include/sys/types.h: add useconds_t
Required by unistd.h in the auxiliary package: winapi-full-for-0.9.27.zip
This commit is contained in:
parent
9fb89c23d0
commit
e1c8d3a1e6
1 changed files with 5 additions and 0 deletions
|
@ -102,6 +102,11 @@ typedef _mode_t mode_t;
|
|||
#endif
|
||||
#endif
|
||||
|
||||
/* required by (unbundled) unistd.h for usleep arg type */
|
||||
#ifndef __NO_ISOCEXT
|
||||
typedef unsigned int useconds_t;
|
||||
#endif
|
||||
|
||||
#ifndef _TIMESPEC_DEFINED
|
||||
#define _TIMESPEC_DEFINED
|
||||
struct timespec {
|
||||
|
|
Loading…
Reference in a new issue