diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | malloc/arena.c | 1 |
2 files changed, 4 insertions, 1 deletions
@@ -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. diff --git a/malloc/arena.c b/malloc/arena.c index efca2bc..8309c13 100644 --- a/malloc/arena.c +++ b/malloc/arena.c @@ -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) { |