mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-27 23:06:54 +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
|
||||
#endif
|
||||
pid = wait (&status);
|
||||
fprintf (stderr,"%sblocking wait returned %d\n", block?"":"non",pid);
|
||||
|
||||
if (pid <= 0)
|
||||
/* No local children. */
|
||||
|
|
Loading…
Reference in a new issue