mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-26 23:04:42 +00:00
Formerly job.c.~99~
This commit is contained in:
parent
791928d60b
commit
2ed0333f3c
1 changed files with 2 additions and 2 deletions
4
job.c
4
job.c
|
@ -887,13 +887,13 @@ load_too_high ()
|
|||
void
|
||||
start_waiting_jobs ()
|
||||
{
|
||||
struct child *job;
|
||||
|
||||
if (waiting_jobs == 0)
|
||||
return;
|
||||
|
||||
do
|
||||
{
|
||||
struct child *job;
|
||||
|
||||
/* Check for recently deceased descendants. */
|
||||
reap_children (0, 0);
|
||||
|
||||
|
|
Loading…
Reference in a new issue