diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-01-14 13:32:58 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-01-14 13:32:58 -0800 |
commit | 346bc35c33fa08e23d7774d374b0e2586ca5dab6 (patch) | |
tree | 0086222d6c96ac081e65176d37423a85d3a6ea9d /ChangeLog | |
parent | 52e2ea9a83ba3c6ea3b39f0f138af4343c9d687c (diff) | |
download | glibc-346bc35c33fa08e23d7774d374b0e2586ca5dab6.tar glibc-346bc35c33fa08e23d7774d374b0e2586ca5dab6.tar.gz glibc-346bc35c33fa08e23d7774d374b0e2586ca5dab6.tar.bz2 glibc-346bc35c33fa08e23d7774d374b0e2586ca5dab6.zip |
Fix malloc_info without prioor allocations.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2010-01-14 Ulrich Drepper <drepper@redhat.com> + [BZ #11126] + * malloc/malloc.c (malloc_info): Initialize malloc if not already + done. Handle empty bin lists. + * posix/unistd.h: Change getpagesize and getdtablesize declaration visibility some more. |