From: Roland McGrath Date: Fri, 31 Jul 1992 00:22:36 +0000 (+0000) Subject: Formerly sysdeps/unix/bsd/sun/sunos4/__wait4.c.~3~ X-Git-Tag: upstream/2.30~10627^2~4344 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf6436afd970ae73d8464e56e3a287d0239f805c;p=external%2Fglibc.git Formerly sysdeps/unix/bsd/sun/sunos4/__wait4.c.~3~ --- diff --git a/sysdeps/unix/bsd/sun/sunos4/wait4.c b/sysdeps/unix/bsd/sun/sunos4/wait4.c index 561457e..6641bdf 100644 --- a/sysdeps/unix/bsd/sun/sunos4/wait4.c +++ b/sysdeps/unix/bsd/sun/sunos4/wait4.c @@ -2,7 +2,7 @@ SunOS 4.1) on top of SunOS's wait4 system call, which has semantics different from those documented. Go Sun! -Copyright (C) 1991 Free Software Foundation, Inc. +Copyright (C) 1991, 1992 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -30,7 +30,8 @@ extern pid_t EXFUN(__wait4_syscall, pid_t DEFUN(__wait4, (pid, stat_loc, options, usage), - pid_t pid AND union wait *stat_loc AND int options AND PTR usage) + pid_t pid AND union wait *stat_loc AND int options AND + struct rusage *usage) { switch (pid) {