[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[commits] r1919 - in /fsf/trunk/libc: ChangeLog posix/sys/wait.h
- To: commits@xxxxxxxxxx
- Subject: [commits] r1919 - in /fsf/trunk/libc: ChangeLog posix/sys/wait.h
- From: eglibc@xxxxxxxxxx
- Date: Sun, 08 Apr 2007 07:01:37 -0000
Author: eglibc
Date: Sun Apr 8 00:01:37 2007
New Revision: 1919
Log:
Import glibc-mainline for 2007-04-08
Modified:
fsf/trunk/libc/ChangeLog
fsf/trunk/libc/posix/sys/wait.h
Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Sun Apr 8 00:01:37 2007
@@ -1,3 +1,7 @@
+2007-04-07 Ulrich Drepper <drepper@xxxxxxxxxx>
+
+ * posix/sys/wait.h: Remove unnecessary forward declaration.
+
2007-04-05 Jakub Jelinek <jakub@xxxxxxxxxx>
* nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
Modified: fsf/trunk/libc/posix/sys/wait.h
==============================================================================
--- fsf/trunk/libc/posix/sys/wait.h (original)
+++ fsf/trunk/libc/posix/sys/wait.h Sun Apr 8 00:01:37 2007
@@ -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 @@
#endif
#ifdef __USE_BSD
-/* This being here makes the prototypes valid whether or not
- we have already included <sys/resource.h> 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;