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:
Avi Halachmi (:avih) 2024-10-23 14:39:23 +03:00
parent 9fb89c23d0
commit e1c8d3a1e6

View file

@ -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 {