* fhandler_socket.cc (fhandler_socket::wait_for_events): Remove call to
sig_dispatch_pending.
This commit is contained in:
parent
ca8eb333c9
commit
d8b4cbe896
@ -1,3 +1,8 @@
|
|||||||
|
2010-03-30 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* fhandler_socket.cc (fhandler_socket::wait_for_events): Remove call to
|
||||||
|
sig_dispatch_pending.
|
||||||
|
|
||||||
2010-03-30 Thomas Wolff <towo@towo.net>
|
2010-03-30 Thomas Wolff <towo@towo.net>
|
||||||
|
|
||||||
* fhandler.h (class dev_console): Drop vt100_graphics_mode_active.
|
* fhandler.h (class dev_console): Drop vt100_graphics_mode_active.
|
||||||
|
@ -613,10 +613,7 @@ fhandler_socket::wait_for_events (const long event_mask, const DWORD flags)
|
|||||||
|
|
||||||
case WSA_WAIT_EVENT_0 + 1:
|
case WSA_WAIT_EVENT_0 + 1:
|
||||||
if (_my_tls.call_signal_handler ())
|
if (_my_tls.call_signal_handler ())
|
||||||
{
|
break;
|
||||||
sig_dispatch_pending ();
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
WSASetLastError (WSAEINTR);
|
WSASetLastError (WSAEINTR);
|
||||||
return SOCKET_ERROR;
|
return SOCKET_ERROR;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user