mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03: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:
@ -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>
|
2019-04-23 Florian Weimer <fweimer@redhat.com>
|
||||||
|
|
||||||
locale: Add LOCPATH diagnostics to the locale program.
|
locale: Add LOCPATH diagnostics to the locale program.
|
||||||
|
@ -207,7 +207,6 @@ __malloc_fork_unlock_child (void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if HAVE_TUNABLES
|
#if HAVE_TUNABLES
|
||||||
static inline int do_set_mallopt_check (int32_t value);
|
|
||||||
void
|
void
|
||||||
TUNABLE_CALLBACK (set_mallopt_check) (tunable_val_t *valp)
|
TUNABLE_CALLBACK (set_mallopt_check) (tunable_val_t *valp)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user