From: Roland McGrath Date: Tue, 6 Apr 1993 00:21:23 +0000 (+0000) Subject: Formerly job.c.~97~ X-Git-Tag: 3.70.2~339 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f0a207eaf763d43f4a3728dfa7a9b5d3dd74a2e;p=platform%2Fupstream%2Fmake.git Formerly job.c.~97~ --- diff --git a/job.c b/job.c index 2ae14c0..43453b8 100644 --- a/job.c +++ b/job.c @@ -47,6 +47,10 @@ char default_shell[] = "/bin/sh"; #ifdef HAVE_WAITPID #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. */ #ifdef HAVE_WAIT3 #ifndef wait3