about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-12-24 21:19:20 +0000
committerUlrich Drepper <drepper@redhat.com>2006-12-24 21:19:20 +0000
commit48576885c60208837ec07da027d9092f125e78eb (patch)
treeaf0bdbb1b9687f7312862adb3ed46bdc2148dfdf /ChangeLog
parent3b6667a4abedaa82ff7392380ffecbe478ed3a69 (diff)
downloadglibc-48576885c60208837ec07da027d9092f125e78eb.tar.gz
glibc-48576885c60208837ec07da027d9092f125e78eb.tar.xz
glibc-48576885c60208837ec07da027d9092f125e78eb.zip
* malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
	attempts.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3da106bbfb..74a5ae2fbf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-12-24  Ulrich Drepper  <drepper@redhat.com>
+
+	* malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
+	attempts.
+
 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
 
 	* posix/wordexp.c: Remove some unnecessary tests.