about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-10-29 12:40:55 -0400
committerUlrich Drepper <drepper@gmail.com>2011-10-29 12:40:55 -0400
commit1bc3307181a2213a4d7253bced376c3de021605e (patch)
tree21dc0303b6296a817a7f75b3c2ef2ce634655012 /ChangeLog
parent1760874da6e4a6934751ea12cf2c06eae936b53c (diff)
downloadglibc-1bc3307181a2213a4d7253bced376c3de021605e.tar.gz
glibc-1bc3307181a2213a4d7253bced376c3de021605e.tar.xz
glibc-1bc3307181a2213a4d7253bced376c3de021605e.zip
Avoid warning in dl-lookup.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e0c37ca84..fbef6bc6c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
 
+	* elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
+
 	[BZ #13335]
 	* elf/chroot_canon.c (chroot_canon): Fix readlink call.
 	Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.