diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-12-24 21:19:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-12-24 21:19:20 +0000 |
commit | 48576885c60208837ec07da027d9092f125e78eb (patch) | |
tree | af0bdbb1b9687f7312862adb3ed46bdc2148dfdf /ChangeLog | |
parent | 3b6667a4abedaa82ff7392380ffecbe478ed3a69 (diff) | |
download | glibc-48576885c60208837ec07da027d9092f125e78eb.zip glibc-48576885c60208837ec07da027d9092f125e78eb.tar.gz glibc-48576885c60208837ec07da027d9092f125e78eb.tar.bz2 |
* malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
attempts.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |