This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] malloc: Turn cfree into a compatibility symbol
- From: Adhemerval Zanella <adhemerval dot zanella at linaro dot org>
- To: libc-alpha at sourceware dot org
- Date: Mon, 17 Apr 2017 10:36:32 -0300
- Subject: Re: [PATCH] malloc: Turn cfree into a compatibility symbol
- Authentication-results: sourceware.org; auth=none
- References: <20170413125249.C0224403B9906@oldenburg.str.redhat.com>
On 13/04/2017 09:52, Florian Weimer wrote:
> 2017-04-13 Florian Weimer <fweimer@redhat.com>
>
> * malloc/malloc.c (cfree): Turn into compat symbol.
> (__cfree): Remove alias.
> * stdlib/stdlib.h (cfree): Remove declaration.
> * malloc/malloc.h (cfree): Likewise.
> * manual/memory.texi (Freeing after Malloc): Remove cfree.
> * malloc/Versions (GLIBC_2.26): Add.
>
LGTM.