Define __rtld_lock_initialize in stub bits/libc-lock.h file.
authorRoland McGrath <roland@hack.frob.com>
Thu, 16 Aug 2012 00:03:56 +0000 (17:03 -0700)
committerRoland McGrath <roland@hack.frob.com>
Thu, 16 Aug 2012 00:03:56 +0000 (17:03 -0700)
ChangeLog
bits/libc-lock.h

index 004eb836a0146d3e29ad6b6b2758124d08e9ec32..3a658d6403eb8c9dded0c7c1549a6be3dcfa201d 100644 (file)
--- 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
index 87948d5b509581306bf215749c6be5b3d35c7965..6b215c575fb6e7b71123d16b2af0939f82033ae1 100644 (file)
@@ -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.  */