This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: RFC: Removing malloc hooks
- From: Joseph Myers <joseph at codesourcery dot com>
- To: DJ Delorie <dj at redhat dot com>
- Cc: <libc-alpha at sourceware dot org>
- Date: Tue, 17 Apr 2018 19:54:55 +0000
- Subject: Re: RFC: Removing malloc hooks
- References: <xnbmeyjlho.fsf@greed.delorie.com>
On Thu, 5 Apr 2018, DJ Delorie wrote:
> +#if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_24)
> +# define HAVE_MALLOC_HOOKS 1
> +#else
> +# define HAVE_MALLOC_HOOKS 0
> +#endif
I don't see where this 2.24 version comes from (but I also don't see
anything using this macro).
--
Joseph S. Myers
joseph@codesourcery.com