diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-06-09 02:13:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-06-09 02:13:06 +0000 |
commit | e8b6b64d3c24ce1667af7b60c447d21b1968af01 (patch) | |
tree | 7ebd4df1133f27c1b1f26984eb1ed8a546cfc8a2 /ChangeLog | |
parent | 755db8c5bd8d85c946efdaafac71591393f59c60 (diff) | |
download | glibc-e8b6b64d3c24ce1667af7b60c447d21b1968af01.zip glibc-e8b6b64d3c24ce1667af7b60c447d21b1968af01.tar.gz glibc-e8b6b64d3c24ce1667af7b60c447d21b1968af01.tar.bz2 |
* elf/dl-close.c (_dl_close_worker): Remove all to be removed
libraries from the global scope at once and call THREAD_GSCOPE_WAIT
at most once per _dl_close_worker.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-06-08 Jakub Jelinek <jakub@redhat.com> + + * elf/dl-close.c (_dl_close_worker): Remove all to be removed + libraries from the global scope at once and call THREAD_GSCOPE_WAIT + at most once per _dl_close_worker. + 2007-06-08 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of |