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-203-g601c888


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  601c888b2f3afc111911dd45717cd2718eac7f99 (commit)
      from  176790a7341221ae1681ca3aa44ba1e928f789e3 (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=601c888b2f3afc111911dd45717cd2718eac7f99

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

Summary of changes:
 ChangeLog        |    2 ++
 bits/libc-lock.h |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 004eb83..3a658d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2012-08-15  Roland McGrath  <roland@hack.frob.com>
 
+	* bits/libc-lock.h (__rtld_lock_initialize): New macro.
+
 	* elf/dl-sym.c: Include <stdlib.h>.
 
 	* posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
diff --git a/bits/libc-lock.h b/bits/libc-lock.h
index 87948d5..6b215c5 100644
--- a/bits/libc-lock.h
+++ b/bits/libc-lock.h
@@ -44,6 +44,7 @@
 /* Initialize the named lock variable, leaving it in a consistent, unlocked
    state.  */
 #define __libc_lock_init(NAME)
+#define __rtld_lock_initialize(NAME)
 #define __libc_rwlock_init(NAME)
 
 /* Same as last but this time we initialize a recursive mutex.  */


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]