diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-02-26 08:33:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-02-26 08:33:13 +0000 |
commit | bfeabc79286422471d15cff870a7c0a354af7a2f (patch) | |
tree | a4a1cc21cc5043c919852f6a9db1922029b9850c /ChangeLog | |
parent | 3706bc2a52b3d33b7877b8709744dd0aaa3b186c (diff) | |
download | glibc-bfeabc79286422471d15cff870a7c0a354af7a2f.tar.gz glibc-bfeabc79286422471d15cff870a7c0a354af7a2f.tar.xz glibc-bfeabc79286422471d15cff870a7c0a354af7a2f.zip |
* dlfcn/dlerror.c (check_free): New function. Extract common code
from fini and free_key_mem. Check whether this is libdl in the base namespace.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1f9b0b4f86..bde167ac63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-02-26 Ulrich Drepper <drepper@redhat.com> + + * dlfcn/dlerror.c (check_free): New function. Extract common code + from fini and free_key_mem. Check whether this is libdl in the + base namespace. + 2005-02-25 Ulrich Drepper <drepper@redhat.com> * elf/dl-lookup.c (_dl_debug_bindings): Add namespace information |