From: Roland McGrath Date: Thu, 8 Apr 1993 22:08:11 +0000 (+0000) Subject: Formerly job.c.~99~ X-Git-Tag: 3.70.2~333 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ed0333f3c752d81f10c76560750a01e90bfebcd;p=thirdparty%2Fmake.git Formerly job.c.~99~ --- diff --git a/job.c b/job.c index d81065cd..51d24b5e 100644 --- a/job.c +++ b/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);