From 1faa98bdde80af9afcd362735f8cc2d70e26f1c6 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 23 Apr 1993 00:54:09 +0000 Subject: [PATCH] Formerly sysdeps/unix/bsd/sun/sunos4/__wait4.c.~4~ --- sysdeps/unix/bsd/sun/sunos4/wait4.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sysdeps/unix/bsd/sun/sunos4/wait4.c b/sysdeps/unix/bsd/sun/sunos4/wait4.c index 6641bdf..f3c1659 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, 1992 Free Software Foundation, Inc. +Copyright (C) 1991, 1992, 1993 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 @@ -25,13 +25,13 @@ Cambridge, MA 02139, USA. */ #include #include -extern pid_t EXFUN(__wait4_syscall, - (pid_t pid, union wait *stat_loc, int options, PTR usage)); +extern pid_t __wait4_syscall __P ((pid_t pid, __WAIT_STATUS stat_loc, + int options, struct rusage *usage)); pid_t DEFUN(__wait4, (pid, stat_loc, options, usage), - pid_t pid AND union wait *stat_loc AND int options AND - struct rusage *usage) + pid_t pid AND __WAIT_STATUS stat_loc AND + int options AND struct rusage *usage) { switch (pid) { -- 2.7.4