Skip to content

Commit

Permalink
Cleanup CL
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Sep 11, 2011
1 parent 773523e commit bb01659
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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 <drepper@gmail.com>

Expand Down Expand Up @@ -34,15 +33,16 @@

2011-09-10 Ulrich Drepper <drepper@gmail.com>

* 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 <ldsodefs.h>.
Add initializers to main_arena and mp_.
Expand Down

0 comments on commit bb01659

Please sign in to comment.