mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 22:10:13 +00:00
Remove do_set_mallopt_check prototype
Remove do_set_mallopt_check prototype since it is unused. * malloc/arena.c (do_set_mallopt_check): Removed. Reviewed-by: Carlos O'Donell <carlos@redhat.com> Reviewed-by: DJ Delorie <dj@redhat.com>
This commit is contained in:
parent
e485b2b6e0
commit
2d398aa272
@ -1,3 +1,7 @@
|
||||
2019-04-23 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* malloc/arena.c (do_set_mallopt_check): Removed.
|
||||
|
||||
2019-04-23 Florian Weimer <fweimer@redhat.com>
|
||||
|
||||
locale: Add LOCPATH diagnostics to the locale program.
|
||||
|
@ -207,7 +207,6 @@ __malloc_fork_unlock_child (void)
|
||||
}
|
||||
|
||||
#if HAVE_TUNABLES
|
||||
static inline int do_set_mallopt_check (int32_t value);
|
||||
void
|
||||
TUNABLE_CALLBACK (set_mallopt_check) (tunable_val_t *valp)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user