This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v1.1] Deprecate malloc_(sg)et state.


On Mon, 24 Mar 2014, Ondrej Bilka wrote:

> 	* malloc/malloc.c: Make malloc_get_state and malloc_set_state
> 	compatibility symbols.
> 	* malloc/tst-mallocstate.c: Remove.

This doesn't seem like a complete patch.  The definitions of these 
functions in hooks.c shouldn't be built at all unless SHLIB_COMPAT (libc, 
GLIBC_2_0, GLIBC_2_20) - if they're built, they're wrongly available for 
static linking.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]