Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/include/sys/types.h')
-rw-r--r--newlib/libc/include/sys/types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/include/sys/types.h b/newlib/libc/include/sys/types.h
index e4fcef28a..9c932a62c 100644
--- a/newlib/libc/include/sys/types.h
+++ b/newlib/libc/include/sys/types.h
@@ -218,6 +218,10 @@ typedef _TIMER_T_ timer_t;
#define __timer_t_defined
#endif
+#ifdef __CYGWIN__
+typedef long useconds_t;
+#endif
+
#include <sys/features.h>