mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 15:44:18 +08:00
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
@ -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 New Issue
Block a user