From: Ulrich Drepper Date: Sun, 11 Sep 2011 19:04:13 +0000 (-0400) Subject: Cleanup CL X-Git-Tag: glibc-2.15~301 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb016596a69817d47ba4022254154a664f82d952;p=thirdparty%2Fglibc.git Cleanup CL --- diff --git a/ChangeLog b/ChangeLog index f0328d327e5..f14c1c61c14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,7 +4,6 @@ if non-absolute. * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from ldd_rewrite_script. - * sysdeps/unix/sysv/linux/configure: Regenerated. 2011-09-11 Ulrich Drepper @@ -34,15 +33,16 @@ 2011-09-10 Ulrich Drepper - * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of __set_errno. + * 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. (list_lock): Initialize. - (ptmalloc_init): Don't call ptmalloc_init_minimal. Remove initializtion - of main_arena and list_lock. Small cleanups. + (ptmalloc_init): Don't call ptmalloc_init_minimal. Remove + initializtion of main_arena and list_lock. Small cleanups. Replace all uses of malloc_getpagesize with GLRO(dl_pagesize). * malloc/malloc.c: Remove malloc_getpagesize. Include . Add initializers to main_arena and mp_.