diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-09-10 22:12:38 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-10 22:12:38 -0400 |
commit | 8e58439c92250cde8aae7c2313d08578070b95bb (patch) | |
tree | 474e45387d9c2688fb047795822cda3094a138e1 /ChangeLog | |
parent | 02d46fc4b969e25e4ba0c54aa95fa98d7279bd05 (diff) | |
download | glibc-8e58439c92250cde8aae7c2313d08578070b95bb.tar glibc-8e58439c92250cde8aae7c2313d08578070b95bb.tar.gz glibc-8e58439c92250cde8aae7c2313d08578070b95bb.tar.bz2 glibc-8e58439c92250cde8aae7c2313d08578070b95bb.zip |
Remove MALLOC_FAILURE_ACTION use in malloc
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2011-09-10 Ulrich Drepper <drepper@gmail.com> + * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of __set_errno. + * malloc/hooks.c: Likewise. + * malloc/arena.c (ptmalloc_init_minimal): Removed. Initialize all variables statically. (narenas): Initialize. |