From 501a92660ca2ed6469a0a01474574ce9930356cd Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Wed, 10 Jun 2020 20:42:54 -0400 Subject: move __malloc_replaced to a top-level malloc file it's not part of the malloc implementation but glue with musl dynamic linker. --- src/malloc/oldmalloc/malloc.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/malloc/oldmalloc/malloc.c') diff --git a/src/malloc/oldmalloc/malloc.c b/src/malloc/oldmalloc/malloc.c index afa75722..1c6b07ec 100644 --- a/src/malloc/oldmalloc/malloc.c +++ b/src/malloc/oldmalloc/malloc.c @@ -20,8 +20,6 @@ static struct { volatile int split_merge_lock[2]; } mal; -int __malloc_replaced; - /* Synchronization tools */ static inline void lock(volatile int *lk) -- cgit v1.2.1