* sigproc.cc (wait_sig): Remove redundant test in do/while.
This commit is contained in:
parent
a9f7754462
commit
095abc79ba
@ -1,3 +1,7 @@
|
||||
2003-08-21 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* sigproc.cc (wait_sig): Remove redundant test in do/while.
|
||||
|
||||
2003-08-21 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* sigproc.cc (wait_sig): Avoid infinite loop.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user