summaryrefslogtreecommitdiff
path: root/bits
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-08-15 17:03:56 -0700
committerRoland McGrath <roland@hack.frob.com>2012-08-15 17:03:56 -0700
commit601c888b2f3afc111911dd45717cd2718eac7f99 (patch)
tree4d0faf2550c481e709b46ccd308e221fe9d8be00 /bits
parent176790a7341221ae1681ca3aa44ba1e928f789e3 (diff)
Define __rtld_lock_initialize in stub bits/libc-lock.h file.
Diffstat (limited to 'bits')
-rw-r--r--bits/libc-lock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bits/libc-lock.h b/bits/libc-lock.h
index 87948d5b50..6b215c575f 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. */