diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-06-27 19:52:51 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-06-27 19:52:51 -0700 |
commit | d85f8ff66711fd3b1c5753330499c7403fa46d81 (patch) | |
tree | 97c3ab01f5fa625b43439476f1d5e8e83d29da20 /elf/dl-close.c | |
parent | a3d731d344988f0badcd38397e412bc994682d97 (diff) | |
download | glibc-d85f8ff66711fd3b1c5753330499c7403fa46d81.tar.gz glibc-d85f8ff66711fd3b1c5753330499c7403fa46d81.tar.xz glibc-d85f8ff66711fd3b1c5753330499c7403fa46d81.zip |
Revert unwanted patch. Again.
Diffstat (limited to 'elf/dl-close.c')
-rw-r--r-- | elf/dl-close.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/elf/dl-close.c b/elf/dl-close.c index 5b54e9f2f6..286d67c224 100644 --- a/elf/dl-close.c +++ b/elf/dl-close.c @@ -421,13 +421,6 @@ _dl_close_worker (struct link_map *map) imap->l_scope_max = new_size; } - else if (new_list != NULL) - { - /* We didn't change the scope array, so reset the search - list. */ - imap->l_searchlist.r_list = NULL; - imap->l_searchlist.r_nlist = 0; - } /* The loader is gone, so mark the object as not having one. Note: l_idx != IDX_STILL_USED -> object will be removed. */ |