diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-05-08 15:29:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-05-08 15:29:32 +0000 |
commit | 3b3938c9f4cbc473ba598690710465d6e115b30f (patch) | |
tree | 9faa2c0a425914f553fd974db9beede708e8f37a /ChangeLog | |
parent | 0320a5aad4a06bc305c0843ee21e197c1d2ed65b (diff) | |
download | glibc-3b3938c9f4cbc473ba598690710465d6e115b30f.tar.gz glibc-3b3938c9f4cbc473ba598690710465d6e115b30f.tar.xz glibc-3b3938c9f4cbc473ba598690710465d6e115b30f.zip |
Update.
2000-05-08 Jakub Jelinek <jakub@redhat.com> * elf/dl-fini.c (_dl_fini): Bump l_opencount of all objects so that they are not dlclose'd from underneath us.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index afdb9a7ca4..72f8238979 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-05-08 Jakub Jelinek <jakub@redhat.com> + + * elf/dl-fini.c (_dl_fini): Bump l_opencount of all objects so that + they are not dlclose'd from underneath us. + 2000-05-08 Andreas Schwab <schwab@suse.de> * posix/execle.c: Fix size parameter of memcpy. |