* select.cc (select_stuff::wait): Add windows error number to error message.
This commit is contained in:
parent
fb2b6cb868
commit
63d9f29311
|
@ -1,3 +1,7 @@
|
|||
2012-12-19 Christopher Faylor <me.cygwin2012@cgf.cx>
|
||||
|
||||
* select.cc (select_stuff::wait): Add windows error number to error message.
|
||||
|
||||
2012-12-18 Christopher Faylor <me.cygwin2012@cgf.cx>
|
||||
|
||||
* select.cc (select_stuff::test_and_set): Remove workaround and use
|
||||
|
|
|
@ -394,7 +394,7 @@ next_while:;
|
|||
}
|
||||
break;
|
||||
case WAIT_FAILED:
|
||||
system_printf ("WaitForMultipleObjects failed");
|
||||
system_printf ("WaitForMultipleObjects failed, %E");
|
||||
s = &start;
|
||||
s->set_select_errno ();
|
||||
res = select_error;
|
||||
|
|
Loading…
Reference in New Issue