1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

Remove unused __rtld_lock_init_recursive macro

This commit is contained in:
H.J. Lu
2012-09-13 09:58:58 -07:00
parent ad35fc005b
commit 9503345f12
7 changed files with 16 additions and 17 deletions

View File

@@ -49,7 +49,6 @@
/* Same as last but this time we initialize a recursive mutex. */
#define __libc_lock_init_recursive(NAME)
#define __rtld_lock_init_recursive(NAME)
/* Finalize the named lock variable, which must be locked. It cannot be
used again until __libc_lock_init is called again on it. This must be