diff options
Diffstat (limited to 'elf/dl-support.c')
-rw-r--r-- | elf/dl-support.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/elf/dl-support.c b/elf/dl-support.c index e7b5110b59..9bbaa5b2bd 100644 --- a/elf/dl-support.c +++ b/elf/dl-support.c @@ -91,7 +91,6 @@ static struct link_map _dl_main_map = .l_scope = _dl_main_map.l_scope_mem, .l_local_scope = { &_dl_main_map.l_searchlist }, .l_used = 1, - .l_flags_1 = DF_1_NODEFLIB, .l_tls_offset = NO_TLS_OFFSET, .l_serial = 1, }; |