aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-11-06 04:49:03 +0000
committerUlrich Drepper <drepper@redhat.com>2002-11-06 04:49:03 +0000
commita2d80f9ade190429c6c72f9680529c57cdd8f427 (patch)
tree2a86ae82e5acb32cd4dd7c21716ba732a9419746 /ChangeLog
parent9a0a9895169517cd5eec26f0afcf26a8900a2bc3 (diff)
downloadglibc-a2d80f9ade190429c6c72f9680529c57cdd8f427.tar
glibc-a2d80f9ade190429c6c72f9680529c57cdd8f427.tar.gz
glibc-a2d80f9ade190429c6c72f9680529c57cdd8f427.tar.bz2
glibc-a2d80f9ade190429c6c72f9680529c57cdd8f427.zip
Update.
* elf/dl-fini.c (_dl_fini): Correct the increment of l_opencount which happens at the beginning so that we can unload modules in __libc_freeres.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d702f6e2a..60b95c6f5c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,8 +11,9 @@
2002-11-05 Ulrich Drepper <drepper@redhat.com>
- * iconv/gconv_dl.c (do_release_all): Call __libc_dlclose as many
- times as we opened the module.
+ * elf/dl-fini.c (_dl_fini): Correct the increment of l_opencount
+ which happens at the beginning so that we can unload modules in
+ __libc_freeres.
2002-11-06 Kaz Kojima <kkojima@rr.iij4u.or.jp>