diff options
Diffstat (limited to 'winsup/cygwin/sigproc.cc')
-rw-r--r-- | winsup/cygwin/sigproc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc index 02af13a5c..7a2438335 100644 --- a/winsup/cygwin/sigproc.cc +++ b/winsup/cygwin/sigproc.cc @@ -1232,7 +1232,7 @@ wait_sig (VOID *self) goto out; } } - while (more_signals && !saw_failed_interrupt); + while (more_signals); out: /* Signal completion of signal handling depending on which semaphore |