diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-11-06 01:59:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-11-06 01:59:46 +0000 |
commit | 518590745532c4e307e309d616bb4fd1370b4e69 (patch) | |
tree | 995470ca51e447cde7b2d12c72b2ff3e527922bc | |
parent | c7709dbb33dd9def8661ef53e68f5d6fb2c4ed98 (diff) | |
download | glibc-518590745532c4e307e309d616bb4fd1370b4e69.tar.gz glibc-518590745532c4e307e309d616bb4fd1370b4e69.tar.xz glibc-518590745532c4e307e309d616bb4fd1370b4e69.zip |
Update.
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.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 86f1f352b9..a730367908 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +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. + 2002-11-06 Kaz Kojima <kkojima@rr.iij4u.or.jp> * sysdeps/sh/bits/setjmp.h (JB_SIZE): Define only |