This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.16-ports-merge-599-g6c073ad


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  6c073ad6fe96c9e1f4ad4e2013411e71434ae0a8 (commit)
      from  0155d5b26e32b2012d9f1842c3b06324746d3087 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=6c073ad6fe96c9e1f4ad4e2013411e71434ae0a8

commit 6c073ad6fe96c9e1f4ad4e2013411e71434ae0a8
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Nov 2 22:12:09 2012 +0000

    conformtest: Fix sys/wait.h expectations for struct rusage.

diff --git a/ChangeLog b/ChangeLog
index c84a492..13bb8c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
 
+	* conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
+	(struct rusage): Do not expect type or its members.
+
 	[BZ #3439]
 	* math/math.h (FP_NAN): Define macro to integer constant usable in
 	#if and use that to give value to enum constant.
diff --git a/conform/data/sys/wait.h-data b/conform/data/sys/wait.h-data
index 8187669..6acdab2 100644
--- a/conform/data/sys/wait.h-data
+++ b/conform/data/sys/wait.h-data
@@ -47,7 +47,7 @@ element siginfo_t int si_status
 element siginfo_t long si_band
 element siginfo_t {union sigval} si_value
 
-#if !defined POSIX
+#if !defined POSIX && !defined XPG3 && !defined XOPEN2K8 && !defined POSIX2008
 type {struct rusage}
 
 element {struct rusage} {struct timeval} ru_utime

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                    |    3 +++
 conform/data/sys/wait.h-data |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]