mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
Define __rtld_lock_initialize in stub bits/libc-lock.h file.
This commit is contained in:
parent
176790a734
commit
601c888b2f
@ -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
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user