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:
authorCorinna Vinschen <corinna@vinschen.de>2010-03-30 20:20:15 +0400
committerCorinna Vinschen <corinna@vinschen.de>2010-03-30 20:20:15 +0400
commitd8b4cbe896c6c9ecf5fb162d93a2dd33b95501df (patch)
tree55e17937d352522efccd9db7e965617678cd0c11 /winsup/cygwin/fhandler_socket.cc
parentca8eb333c943dc88a273cfaf7ee4fe7e307c4b4e (diff)
* fhandler_socket.cc (fhandler_socket::wait_for_events): Remove call to
sig_dispatch_pending.
Diffstat (limited to 'winsup/cygwin/fhandler_socket.cc')
-rw-r--r--winsup/cygwin/fhandler_socket.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/winsup/cygwin/fhandler_socket.cc b/winsup/cygwin/fhandler_socket.cc
index 2a03ce6cd..66ba3e9b2 100644
--- a/winsup/cygwin/fhandler_socket.cc
+++ b/winsup/cygwin/fhandler_socket.cc
@@ -613,10 +613,7 @@ fhandler_socket::wait_for_events (const long event_mask, const DWORD flags)
case WSA_WAIT_EVENT_0 + 1:
if (_my_tls.call_signal_handler ())
- {
- sig_dispatch_pending ();
- break;
- }
+ break;
WSASetLastError (WSAEINTR);
return SOCKET_ERROR;