about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Demetriou <cgd@google.com>2010-03-24 17:10:47 -0700
committerUlrich Drepper <drepper@redhat.com>2010-03-24 17:10:47 -0700
commit03615f7d837398790f88f7bd936a33a99e799af5 (patch)
treecfd01629ca4e1d26cfbb8ccc5485a6190831b3ba /ChangeLog
parentc8727fa6e5073d28ed6d0eb40a006ac2c1b9f9f3 (diff)
downloadglibc-03615f7d837398790f88f7bd936a33a99e799af5.tar.gz
glibc-03615f7d837398790f88f7bd936a33a99e799af5.tar.xz
glibc-03615f7d837398790f88f7bd936a33a99e799af5.zip
ocale-archive differs between 32 and 64 bit platforms
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d3cd548f5b..08db020060 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-03-16  Chris Demetriou  <cgd@google.com>
+
+	* locale/programs/simple-hash.c: Include inttypes.h.
+	(hashval_t): Defined to be uint32_t.
+	* locale/programs/simple_hash.h: Include inttypes.h.
+	(compute_hashval): Change return type to uint32_t.
+
 2010-03-24  Ulrich Drepper  <drepper@redhat.com>
 
 	* sysdeps/unix/sysv/linux/getlogin_r.c: New file.