diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-28 18:25:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-28 18:25:52 +0000 |
commit | a19fe332c1be896a4b834b26f8f2ed4813f180f2 (patch) | |
tree | 94641139f5bd3bd827343b072eb5bf966e77d0fe /ChangeLog | |
parent | e9f4e84407c3ae51c6850a609cdcef6491b499f8 (diff) | |
download | glibc-a19fe332c1be896a4b834b26f8f2ed4813f180f2.tar.gz glibc-a19fe332c1be896a4b834b26f8f2ed4813f180f2.tar.xz glibc-a19fe332c1be896a4b834b26f8f2ed4813f180f2.zip |
Update.
* malloc/arena.c (ptmalloc_init): Allow MALLOC_CHECK_==0 to disable all checking.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7dbec45be7..c030053630 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-09-28 Ulrich Drepper <drepper@redhat.com> + * malloc/arena.c (ptmalloc_init): Allow MALLOC_CHECK_==0 to + disable all checking. + * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (si_flags): Add support to get this value. |