diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-29 03:39:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-09-29 03:39:20 +0000 |
commit | f091f00a06a15454add413504e4855db24ab44a2 (patch) | |
tree | 6d871c52ca8f9a9ee33c4a4d739ef90e0a613829 /ChangeLog | |
parent | e658b54e8e67c00063a0b549fa25b73d8e6d4076 (diff) | |
download | glibc-f091f00a06a15454add413504e4855db24ab44a2.tar glibc-f091f00a06a15454add413504e4855db24ab44a2.tar.gz glibc-f091f00a06a15454add413504e4855db24ab44a2.tar.bz2 glibc-f091f00a06a15454add413504e4855db24ab44a2.zip |
Update.
2000-09-19 H.J. Lu <hjl@gnu.org>
* malloc/malloc.h (__memalign_hook): Fix the parameter order.
* malloc/malloc.c (__memalign_hook): Likewise.
(memalign_hook_ini): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2000-09-19 H.J. Lu <hjl@gnu.org> + + * malloc/malloc.h (__memalign_hook): Fix the parameter order. + * malloc/malloc.c (__memalign_hook): Likewise. + (memalign_hook_ini): Likewise. + 2000-09-28 Ulrich Drepper <drepper@redhat.com> * stdio-common/tmpnam.c (tmpnam): Optimize a bit. |