fix build regression in oldmalloc
authorRich Felker <dalias@aerifal.cx>
Sat, 30 Jan 2021 22:26:34 +0000 (17:26 -0500)
committerRich Felker <dalias@aerifal.cx>
Sat, 30 Jan 2021 22:26:34 +0000 (17:26 -0500)
commit98b9df994c85dcb6a8a5a9099495dd44c7cf2bce
tree43d78beb4c76c8213f5eca1010e87e2e5f2b3167
parent2010df0d64570db4ce29cc7df0e31f81aa26ae4a
fix build regression in oldmalloc

commit 8d37958d58cf36f53d5fcc7a8aa6d633da6071b2 inadvertently broke
oldmalloc by having it implement __libc_malloc rather than
__libc_malloc_impl.
src/malloc/oldmalloc/malloc.c