Formerly job.c.~99~

This commit is contained in:
Roland McGrath 1993-04-08 22:08:11 +00:00
parent 791928d60b
commit 2ed0333f3c

4
job.c
View file

@ -887,13 +887,13 @@ load_too_high ()
void void
start_waiting_jobs () start_waiting_jobs ()
{ {
struct child *job;
if (waiting_jobs == 0) if (waiting_jobs == 0)
return; return;
do do
{ {
struct child *job;
/* Check for recently deceased descendants. */ /* Check for recently deceased descendants. */
reap_children (0, 0); reap_children (0, 0);