diff options
Diffstat (limited to 'elf/dl-open.c')
-rw-r--r-- | elf/dl-open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-open.c b/elf/dl-open.c index f110a512cc..15ed24fff2 100644 --- a/elf/dl-open.c +++ b/elf/dl-open.c @@ -63,7 +63,7 @@ static void show_scope (struct link_map *new); This must be a recursive lock since the initializer function of the loaded object might as well require a call to this function. At this time it is not anymore a problem to modify the tables. */ -__libc_lock_define_initialized_recursive (, _dl_load_lock) +__libc_lock_define (extern, _dl_load_lock) extern size_t _dl_platformlen; |