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 'winsup/cygwin/select.h')
-rw-r--r--winsup/cygwin/select.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/select.h b/winsup/cygwin/select.h
index 5ce092486..00358203f 100644
--- a/winsup/cygwin/select.h
+++ b/winsup/cygwin/select.h
@@ -107,4 +107,8 @@ public:
device_specific_serial (NULL),
device_specific_mailslot (NULL) {}
};
+
+extern "C" int cygwin_select (int , fd_set *, fd_set *, fd_set *,
+ struct timeval *to);
+
#endif /* _SELECT_H_ */