diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-02-07 22:49:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-02-07 22:49:34 +0000 |
commit | 6dd6a580dff2b88b3bf6a37f59068bbfeb51c97d (patch) | |
tree | f3609b33f834af55001e84f6aee52b9eb7941395 /ChangeLog | |
parent | 78ac92ad8d6c97c57d09bef01608622706b24f65 (diff) | |
download | glibc-6dd6a580dff2b88b3bf6a37f59068bbfeb51c97d.zip glibc-6dd6a580dff2b88b3bf6a37f59068bbfeb51c97d.tar.gz glibc-6dd6a580dff2b88b3bf6a37f59068bbfeb51c97d.tar.bz2 |
(_int_realloc): Likewise. Third argument is now padded size
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,8 +2,9 @@ * malloc/malloc.c (_int_free): Second argument is now mchunkptr. Change all callers. - (_int_realloc): Likewise. + (_int_realloc): Likewise. Third argument is now padded size All _int_* functions are now static. + * malloc/hooks.c: Change all callers to _int_free and _int_realloc. * malloc/arena.c: Likewise. * include/malloc.h: Remove now unnecessary declarations of the _int_* |