diff options
author | Roland McGrath <roland@redhat.com> | 1993-04-14 17:22:35 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-04-14 17:22:35 +0000 |
commit | f138f0eeffdafd9d98a2d6cb4271d1830168e1c6 (patch) | |
tree | 1014ad6a95a633fa080717d397acea1f8a96e125 | |
parent | ea1e49e5a88c2a1b997b1c085a33e831fe036d0e (diff) | |
download | gunmake-f138f0eeffdafd9d98a2d6cb4271d1830168e1c6.tar.gz |
Formerly job.c.~100~
-rw-r--r-- | job.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -47,10 +47,6 @@ 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 |