projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea1e49e
)
Formerly job.c.~100~
author
Roland McGrath
<roland@redhat.com>
Wed, 14 Apr 1993 17:22:35 +0000
(17:22 +0000)
committer
Roland McGrath
<roland@redhat.com>
Wed, 14 Apr 1993 17:22:35 +0000
(17:22 +0000)
job.c
patch
|
blob
|
history
diff --git
a/job.c
b/job.c
index
51d24b5
..
dcdbb9d
100644
(file)
--- a/
job.c
+++ b/
job.c
@@
-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