diff options
Diffstat (limited to 'openbsd-compat/bsd-nextstep.c')
-rw-r--r-- | openbsd-compat/bsd-nextstep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/bsd-nextstep.c b/openbsd-compat/bsd-nextstep.c index 8195af88..d52443f6 100644 --- a/openbsd-compat/bsd-nextstep.c +++ b/openbsd-compat/bsd-nextstep.c @@ -29,7 +29,7 @@ #include <sys/wait.h> #include "bsd-nextstep.h" -pid_t +pid_t posix_wait(int *status) { union wait statusp; |