summaryrefslogtreecommitdiff
path: root/job.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-05-05 22:04:08 +0000
committerRoland McGrath <roland@redhat.com>1992-05-05 22:04:08 +0000
commit48cabc8f9f2c23cc36a42e560f7a3720bee81018 (patch)
tree5c099d8f620cc8783895970d5d6e8b70562f7f58 /job.c
parent69e9db54be49bdc188f36ab143c59d6eaa1ed0e1 (diff)
downloadgunmake-48cabc8f9f2c23cc36a42e560f7a3720bee81018.tar.gz
Formerly job.c.~64~
Diffstat (limited to 'job.c')
-rw-r--r--job.c1
1 files changed, 1 insertions, 0 deletions
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. */