* sigproc.cc (wait_sig): Remove redundant test in do/while.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user