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-632-g45832f7


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  45832f74730cec39207be84b5a967a3ca8afb633 (commit)
      from  fdf689a977fe4d11d61b67e47dc3a2884cec996f (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=45832f74730cec39207be84b5a967a3ca8afb633

commit 45832f74730cec39207be84b5a967a3ca8afb633
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Nov 7 04:05:12 2012 +0000

    conformtest: Fix typo in CLK_TCK condition.

diff --git a/ChangeLog b/ChangeLog
index 0f09cd0..6e42f8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-11-07  Joseph Myers  <joseph@codesourcery.com>
+
+	* conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
+	Change XOPEN21K to XOPEN2K.
+
 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
 
 	* string/memmove.c: Use memcpy when possible.
diff --git a/conform/data/time.h-data b/conform/data/time.h-data
index 8ed2b4a..31d5e7d 100644
--- a/conform/data/time.h-data
+++ b/conform/data/time.h-data
@@ -42,7 +42,7 @@ function int timespec_get (struct timespec *, int)
 #endif
 
 #if !defined ISO && !defined ISO99 && !defined ISO11
-# if !defined XOPEN21K && !defined XOPEN2K8 && !defined POSIX2008
+# if !defined XOPEN2K && !defined XOPEN2K8 && !defined POSIX2008
 symbol CLK_TCK
 # endif
 constant CLOCK_PROCESS_CPUTIME_ID

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

Summary of changes:
 ChangeLog                |    5 +++++
 conform/data/time.h-data |    2 +-
 2 files changed, 6 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]