aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-02-26 08:50:16 +0000
committerUlrich Drepper <drepper@redhat.com>2005-02-26 08:50:16 +0000
commit9adc097760e253207621f74871c0a890e3d178ff (patch)
tree2865ed02a767198bd70c478b41a4ab9f5c681006 /ChangeLog
parentbfeabc79286422471d15cff870a7c0a354af7a2f (diff)
downloadglibc-9adc097760e253207621f74871c0a890e3d178ff.tar
glibc-9adc097760e253207621f74871c0a890e3d178ff.tar.gz
glibc-9adc097760e253207621f74871c0a890e3d178ff.tar.bz2
glibc-9adc097760e253207621f74871c0a890e3d178ff.zip
* elf/dl-addr.c: Cleanups. Move declaration next to first use.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bde167ac63..80d78069c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2005-02-26 Ulrich Drepper <drepper@redhat.com>
+ * elf/dl-addr.c: Cleanups. Move declaration next to first use.
+
* 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.