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-07-23 08:36:48 +0400
committerChristopher Faylor <me@cgf.cx>2012-07-23 08:36:48 +0400
commit44aa2292b745468ad349f771f6f257db0e7f601a (patch)
treeae59c7cfa4ea7a4e3fcaaf770136d5bd59ea3052 /winsup/cygwin/fhandler_socket.cc
parent962f9a2ccc6cd7f24a2d89d68bd8b59d43f8ac8a (diff)
Change "set_thread_waiting" to "set_signal_arrived" throughout.
Diffstat (limited to 'winsup/cygwin/fhandler_socket.cc')
-rw-r--r--winsup/cygwin/fhandler_socket.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_socket.cc b/winsup/cygwin/fhandler_socket.cc
index 971df6896..054eafea1 100644
--- a/winsup/cygwin/fhandler_socket.cc
+++ b/winsup/cygwin/fhandler_socket.cc
@@ -658,7 +658,7 @@ fhandler_socket::wait_for_events (const long event_mask, const DWORD flags)
}
WSAEVENT ev[2] = { wsock_evt };
- set_thread_waiting here (ev[1]);
+ set_signal_arrived here (ev[1]);
switch (WSAWaitForMultipleEvents (2, ev, FALSE, 50, FALSE))
{
case WSA_WAIT_TIMEOUT: