From: Ulrich Drepper Date: Sat, 7 Apr 2007 18:21:35 +0000 (+0000) Subject: * posix/sys/wait.h: Remove unnecessary forward declaration. X-Git-Tag: cvs/fedora-glibc-20070416T2350~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75587bfeeeb4c7d8c72e14fbfde5479754d1b103;p=thirdparty%2Fglibc.git * posix/sys/wait.h: Remove unnecessary forward declaration. --- diff --git a/ChangeLog b/ChangeLog index 50ddc3c378a..0690c00cc29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-04-07 Ulrich Drepper + + * posix/sys/wait.h: Remove unnecessary forward declaration. + 2007-04-05 Jakub Jelinek * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers diff --git a/posix/sys/wait.h b/posix/sys/wait.h index d7a58eab138..fe103570dbd 100644 --- a/posix/sys/wait.h +++ b/posix/sys/wait.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-1994,1996-2001,2003,2004,2005 +/* Copyright (C) 1991-1994,1996-2001,2003,2004,2005,2007 Free Software Foundation, Inc. This file is part of the GNU C Library. @@ -171,10 +171,6 @@ extern __pid_t wait3 (__WAIT_STATUS __stat_loc, int __options, #endif #ifdef __USE_BSD -/* This being here makes the prototypes valid whether or not - we have already included to define `struct rusage'. */ -struct rusage; - /* PID is like waitpid. Other args are like wait3. */ extern __pid_t wait4 (__pid_t __pid, __WAIT_STATUS __stat_loc, int __options, struct rusage *__usage) __THROW;