From: Brendan Kehoe Date: Fri, 3 Dec 1993 00:03:07 +0000 (+0000) Subject: entered into RCS X-Git-Tag: glibc-2.16-ports-before-merge~4206 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=74c074423504d521395e7117e09d3484fa89dbe1;p=thirdparty%2Fglibc.git entered into RCS --- diff --git a/sysdeps/unix/bsd/sun/sunos4/wait4.c b/sysdeps/unix/bsd/sun/sunos4/wait4.c index f3c1659f95b..3e9fdcbe63b 100644 --- a/sysdeps/unix/bsd/sun/sunos4/wait4.c +++ b/sysdeps/unix/bsd/sun/sunos4/wait4.c @@ -25,12 +25,12 @@ Cambridge, MA 02139, USA. */ #include #include -extern pid_t __wait4_syscall __P ((pid_t pid, __WAIT_STATUS stat_loc, +extern pid_t __wait4_syscall __P ((pid_t pid, __WAIT_STATUS_DEFN stat_loc, int options, struct rusage *usage)); pid_t DEFUN(__wait4, (pid, stat_loc, options, usage), - pid_t pid AND __WAIT_STATUS stat_loc AND + pid_t pid AND __WAIT_STATUS_DEFN stat_loc AND int options AND struct rusage *usage) { switch (pid)