summaryrefslogtreecommitdiff
path: root/bits
diff options
context:
space:
mode:
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. */