mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-28 15:58:07 +00:00
Formerly job.c.~64~
This commit is contained in:
parent
69e9db54be
commit
48cabc8f9f
1 changed files with 1 additions and 0 deletions
1
job.c
1
job.c
|
@ -232,6 +232,7 @@ reap_children (block, err)
|
||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
pid = wait (&status);
|
pid = wait (&status);
|
||||||
|
fprintf (stderr,"%sblocking wait returned %d\n", block?"":"non",pid);
|
||||||
|
|
||||||
if (pid <= 0)
|
if (pid <= 0)
|
||||||
/* No local children. */
|
/* No local children. */
|
||||||
|
|
Loading…
Reference in a new issue