diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-04-18 05:14:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-04-18 05:14:52 +0000 |
commit | da2d2fb68dae7ed9f498fc67c85690d890b753fd (patch) | |
tree | 9002851cbf40bb3cbcdd92b4dc67b40f29227dee /ChangeLog | |
parent | 11cad88ce95ca6e40713dffe8bcacc1baec77b6d (diff) | |
download | glibc-da2d2fb68dae7ed9f498fc67c85690d890b753fd.tar.gz glibc-da2d2fb68dae7ed9f498fc67c85690d890b753fd.tar.xz glibc-da2d2fb68dae7ed9f498fc67c85690d890b753fd.zip |
* malloc/malloc.c (malloc_info): Also output system memory information.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 503d4b6de8..1c3ddbdc32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2009-04-17 Ulrich Drepper <drepper@redhat.com> + * malloc/malloc.c (malloc_info): Also output system memory information. + * sysdeps/unix/sysv/linux/kernel-features.h: All supported architectures have preadv/pwritev in 2.6.30. |