From: Roland McGrath Date: Tue, 5 May 1992 22:04:08 +0000 (+0000) Subject: Formerly job.c.~64~ X-Git-Tag: 3.70.2~788 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=48cabc8f9f2c23cc36a42e560f7a3720bee81018;p=platform%2Fupstream%2Fmake.git Formerly job.c.~64~ --- diff --git a/job.c b/job.c index 53569f4..5c64fb8 100644 --- a/job.c +++ b/job.c @@ -232,6 +232,7 @@ reap_children (block, err) else #endif pid = wait (&status); + fprintf (stderr,"%sblocking wait returned %d\n", block?"":"non",pid); if (pid <= 0) /* No local children. */