diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-18 07:37:17 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-18 07:37:17 +0000 |
commit | 6ed5da8f484ccafb6e1b131514d8c01efc5affbc (patch) | |
tree | 2b0f7fea5ecb0305656302a460068b78272cf659 /ChangeLog | |
parent | ff4056c02c4899277a285cb2720531bc64a06c0e (diff) | |
download | glibc-6ed5da8f484ccafb6e1b131514d8c01efc5affbc.tar.gz glibc-6ed5da8f484ccafb6e1b131514d8c01efc5affbc.tar.xz glibc-6ed5da8f484ccafb6e1b131514d8c01efc5affbc.zip |
Update.
* malloc/malloc.c (mALLOPt): Make sure malloc is initialized.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b0fedde2c4..f9f268f02c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-12-17 Ulrich Drepper <drepper@redhat.com> + * malloc/malloc.c (mALLOPt): Make sure malloc is initialized. + * elf/elf.h (AT_SYSINFO): New define. * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Add support for AT_SYSINFO. |