diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-02-07 22:01:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-02-07 22:01:49 +0000 |
commit | 78ac92ad8d6c97c57d09bef01608622706b24f65 (patch) | |
tree | e012386e36d8768df6812074fb62b2450aebe6bc /ChangeLog | |
parent | 7dddb4bd1e22d8aa3cb2af9f5116ceec394d2d44 (diff) | |
download | glibc-78ac92ad8d6c97c57d09bef01608622706b24f65.tar.gz glibc-78ac92ad8d6c97c57d09bef01608622706b24f65.tar.xz glibc-78ac92ad8d6c97c57d09bef01608622706b24f65.zip |
* malloc/malloc.c (_int_free): Second argument is now mchunkptr.
Change all callers. (_int_realloc): Likewise. 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_* functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 82bfe92cc6..c257e75188 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2009-02-07 Ulrich Drepper <drepper@redhat.com> + * malloc/malloc.c (_int_free): Second argument is now mchunkptr. + Change all callers. + (_int_realloc): Likewise. + 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_* + functions. + * sunrpc/rpc_common.c: We cannot move _null_auth into .rodata that easily. |