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:
authorChristopher Faylor <me@cgf.cx>2012-06-10 05:57:53 +0400
committerChristopher Faylor <me@cgf.cx>2012-06-10 05:57:53 +0400
commitabf1b600393f8abf22aeb5e684a3cdecfbfc9c24 (patch)
tree160beca9671d2035fd9a939b00f9df56c2022ac7 /winsup/cygwin/select.h
parent3791ab4cd597d6866733164a3db2c5612c0e2a40 (diff)
* select.cc (cygwin_select): Remove select_timeout test.
(select_stuff::wait): Return select_set_zero on timeout. (thread_socket): Report timeout when debugging.
Diffstat (limited to 'winsup/cygwin/select.h')
-rw-r--r--winsup/cygwin/select.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/select.h b/winsup/cygwin/select.h
index 9e09582c1..0afccbd9d 100644
--- a/winsup/cygwin/select.h
+++ b/winsup/cygwin/select.h
@@ -71,7 +71,6 @@ class select_stuff
public:
enum wait_states
{
- select_timeout = -4,
select_signalled = -3,
select_loop = -2,
select_error = -1,