mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-25 21:47:46 +00:00
Formerly job.c.~100~
This commit is contained in:
parent
ea1e49e5a8
commit
f138f0eeff
1 changed files with 0 additions and 4 deletions
4
job.c
4
job.c
|
@ -47,10 +47,6 @@ char default_shell[] = "/bin/sh";
|
||||||
|
|
||||||
#ifdef HAVE_WAITPID
|
#ifdef HAVE_WAITPID
|
||||||
#define WAIT_NOHANG(status) waitpid (-1, (status), WNOHANG)
|
#define WAIT_NOHANG(status) waitpid (-1, (status), WNOHANG)
|
||||||
/* The second arg to `waitpid' is always an `int *'.
|
|
||||||
The system might support `union wait' for compatibility in calls to
|
|
||||||
`wait3' or `wait', but most such systems don't support it for `waitpid'. */
|
|
||||||
#undef HAVE_UNION_WAIT
|
|
||||||
#else /* Don't have waitpid. */
|
#else /* Don't have waitpid. */
|
||||||
#ifdef HAVE_WAIT3
|
#ifdef HAVE_WAIT3
|
||||||
#ifndef wait3
|
#ifndef wait3
|
||||||
|
|
Loading…
Reference in a new issue