* select.cc (cygwin_select): Remove select_timeout test.

(select_stuff::wait): Return select_set_zero on timeout.
(thread_socket): Report timeout when debugging.
This commit is contained in:
Christopher Faylor
2012-06-10 01:57:53 +00:00
parent 3791ab4cd5
commit abf1b60039
3 changed files with 9 additions and 6 deletions

View File

@@ -71,7 +71,6 @@ class select_stuff
public:
enum wait_states
{
select_timeout = -4,
select_signalled = -3,
select_loop = -2,
select_error = -1,