about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-11-13 19:50:50 +0000
committerUlrich Drepper <drepper@redhat.com>2004-11-13 19:50:50 +0000
commit4f27c49622ee24022f567c23ce0366cc01e14283 (patch)
tree23ed21522253598ab88ee4f0a23ad3bd21c057c1 /ChangeLog
parentc120d94d58267b1100eb871fcb27a498da129d59 (diff)
downloadglibc-4f27c49622ee24022f567c23ce0366cc01e14283.tar.gz
glibc-4f27c49622ee24022f567c23ce0366cc01e14283.tar.xz
glibc-4f27c49622ee24022f567c23ce0366cc01e14283.zip
2004-11-13  Ulrich Drepper  <drepper@redhat.com>

	* malloc/malloc.c (malloc_state): stat_lock_* elements need only
	be defined if THREAD_STATS is defined.  Remove pad0_ since it does
	not align with cache line sizes in general anyway.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8defa6a6a9..afb09d8b3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-11-13  Ulrich Drepper  <drepper@redhat.com>
+
+	* malloc/malloc.c (malloc_state): stat_lock_* elements need only
+	be defined if THREAD_STATS is defined.  Remove pad0_ since it does
+	not align with cache line sizes in general anyway.
+
 2004-11-13  Jakub Jelinek  <jakub@redhat.com>
 
 	* elf/rtld.c (print_statistics): Avoid segfaults if not all namespaces