diff options
Diffstat (limited to 'bits')
-rw-r--r-- | bits/libc-lock.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bits/libc-lock.h b/bits/libc-lock.h index 6b215c575f..d372722b95 100644 --- a/bits/libc-lock.h +++ b/bits/libc-lock.h @@ -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 |