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.11-138-g0b68968


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  0b689682ad2705f57177f12158479036fcbf9563 (commit)
      from  78ee21859939ff75ccf8bbe00499b0c462df2e2d (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=0b689682ad2705f57177f12158479036fcbf9563

commit 0b689682ad2705f57177f12158479036fcbf9563
Author: Ulrich Drepper <drepper@redhat.com>
Date:   Thu Jan 14 17:03:42 2010 -0800

    Make unistd.h pre-c((-safe.

diff --git a/ChangeLog b/ChangeLog
index 9cd9250..afa311f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-01-14  Ulrich Drepper  <drepper@redhat.com>
+
+	* bits/confname.h: Make pre-C99-safe.
+
 2010-01-14  Ryan S. Arnold  <rsa@us.ibm.com>
 
 	* Makeconfig (+prector, +postctor, +prectorS, +postctorS): Add
diff --git a/bits/confname.h b/bits/confname.h
index 9d4e006..45fcafb 100644
--- a/bits/confname.h
+++ b/bits/confname.h
@@ -527,7 +527,7 @@ enum
 
     _SC_THREAD_ROBUST_PRIO_INHERIT,
 #define _SC_THREAD_ROBUST_PRIO_INHERIT	_SC_THREAD_ROBUST_PRIO_INHERIT
-    _SC_THREAD_ROBUST_PRIO_PROTECT,
+    _SC_THREAD_ROBUST_PRIO_PROTECT
 #define _SC_THREAD_ROBUST_PRIO_PROTECT	_SC_THREAD_ROBUST_PRIO_PROTECT
   };
 

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

Summary of changes:
 ChangeLog       |    4 ++++
 bits/confname.h |    2 +-
 2 files changed, 5 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]