diff options
author | Roland McGrath <roland@redhat.com> | 1992-05-05 22:04:08 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-05-05 22:04:08 +0000 |
commit | 48cabc8f9f2c23cc36a42e560f7a3720bee81018 (patch) | |
tree | 5c099d8f620cc8783895970d5d6e8b70562f7f58 | |
parent | 69e9db54be49bdc188f36ab143c59d6eaa1ed0e1 (diff) | |
download | gunmake-48cabc8f9f2c23cc36a42e560f7a3720bee81018.tar.gz |
Formerly job.c.~64~
-rw-r--r-- | job.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. */ |