about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2010-05-07 16:23:03 -0700
committerRoland McGrath <roland@redhat.com>2010-05-07 16:23:03 -0700
commit3f7dcb2b0f9f2e771f2fd0139f032198c2d01ba9 (patch)
treecdb2b22fe4ee96c465941a1e6b6aa2e68c472b67 /ChangeLog
parent265bb1ce9423afb46c9627865fdd7a90ce8e85fc (diff)
downloadglibc-3f7dcb2b0f9f2e771f2fd0139f032198c2d01ba9.tar.gz
glibc-3f7dcb2b0f9f2e771f2fd0139f032198c2d01ba9.tar.xz
glibc-3f7dcb2b0f9f2e771f2fd0139f032198c2d01ba9.zip
Fix a const warning in ldconfig.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 136c904afb..952952ab68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-07  Roland McGrath  <roland@redhat.com>
+
+	* elf/ldconfig.c (main): Add a const.
+
 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
 
 	* nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.