Formerly job.c.~64~

This commit is contained in:
Roland McGrath 1992-05-05 22:04:08 +00:00
parent 69e9db54be
commit 48cabc8f9f

1
job.c
View file

@ -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. */