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.15-783-g6d74dd0


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  6d74dd09d29f77ac2b22410f45687def349ba3da (commit)
      from  28e725016266de6cc18f7aef5c675c57b7a42a89 (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=6d74dd09d29f77ac2b22410f45687def349ba3da

commit 6d74dd09d29f77ac2b22410f45687def349ba3da
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu May 10 17:11:08 2012 +0000

    Define __STDC_NO_THREADS__.

diff --git a/ChangeLog b/ChangeLog
index 4acae97..559754e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-05-10  Joseph Myers  <joseph@codesourcery.com>
+
+	* include/stdc-predef.h (__STDC_NO_THREADS__): Define.
+
 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
 	    Joseph Myers  <joseph@codesourcery.com>
 	    Paul Pluzhnikov  <ppluzhnikov@google.com>
diff --git a/include/stdc-predef.h b/include/stdc-predef.h
index ef10c16..146bc5c 100644
--- a/include/stdc-predef.h
+++ b/include/stdc-predef.h
@@ -33,4 +33,7 @@
 /* wchar_t uses ISO 10646-1 (2nd ed., published 2000-09-15) / Unicode 3.1.  */
 #define __STDC_ISO_10646__		200009L
 
+/* We do not support C11 <threads.h>.  */
+#define __STDC_NO_THREADS__		1
+
 #endif

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

Summary of changes:
 ChangeLog             |    4 ++++
 include/stdc-predef.h |    3 +++
 2 files changed, 7 insertions(+), 0 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]