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
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2011-12-14 00:08:10 +0400
committerChristopher Faylor <me@cgf.cx>2011-12-14 00:08:10 +0400
commiteab07b8789c3e45e43f902d1ddc375dd7352ce08 (patch)
treef8d1c593af26e584b3a9ac0edac3a541ceaf9861 /winsup
parent45d7b637fa74ac79469892653188e2554f151633 (diff)
add missing change
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/select.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/winsup/cygwin/select.cc b/winsup/cygwin/select.cc
index 5e6baa6f5..52e2eabd5 100644
--- a/winsup/cygwin/select.cc
+++ b/winsup/cygwin/select.cc
@@ -328,9 +328,6 @@ select_stuff::wait (fd_set *readfds, fd_set *writefds, fd_set *exceptfds,
switch (wait_ret)
{
case WAIT_OBJECT_0:
- _my_tls.call_signal_handler ();
- if (&_my_tls != _main_tls)
- continue; /* Emulate linux behavior */
cleanup ();
select_printf ("signal received");
set_sig_errno (EINTR);