* select.cc (select_stuff::wait): Add windows error number to error message.

This commit is contained in:
Christopher Faylor 2012-12-19 18:44:40 +00:00
parent fb2b6cb868
commit 63d9f29311
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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;