summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/select.h
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2016-03-20 21:59:27 +0100
committerCorinna Vinschen <corinna@vinschen.de>2016-03-20 21:59:27 +0100
commit66dc7d731aaefb79efda7181bffd81abdc7d5413 (patch)
treefc32a3017f485638ddbdc38be0a1f732c2df0ca9 /winsup/cygwin/select.h
parent1cca343e4714d11c53e23c8a3a17deba3e5531db (diff)
downloadcygnal-66dc7d731aaefb79efda7181bffd81abdc7d5413.tar.gz
cygnal-66dc7d731aaefb79efda7181bffd81abdc7d5413.tar.bz2
cygnal-66dc7d731aaefb79efda7181bffd81abdc7d5413.zip
Revert "Improve and simplify select()."
This reverts commit 472d0a228c56bd4783ebb0561667cda2de3cd168. Revert accidental push
Diffstat (limited to 'winsup/cygwin/select.h')
-rw-r--r--winsup/cygwin/select.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/select.h b/winsup/cygwin/select.h
index 3c749ad6e..581ee4e73 100644
--- a/winsup/cygwin/select.h
+++ b/winsup/cygwin/select.h
@@ -78,6 +78,7 @@ public:
enum wait_states
{
select_signalled = -3,
+ select_loop = -2,
select_error = -1,
select_ok = 0,
select_set_zero = 1