move __malloc_replaced to a top-level malloc file
authorRich Felker <dalias@aerifal.cx>
Thu, 11 Jun 2020 00:42:54 +0000 (20:42 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 11 Jun 2020 00:42:54 +0000 (20:42 -0400)
commit501a92660ca2ed6469a0a01474574ce9930356cd
tree25c806c042db5607569604267eab06ac8021b564
parent28f64fa6caeb621780bf116bc8cae7d7a48b477e
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
src/malloc/replaced.c [new file with mode: 0644]