mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
fix build regression in oldmalloc
commit 8d37958d58
inadvertently broke
oldmalloc by having it implement __libc_malloc rather than
__libc_malloc_impl.
This commit is contained in:
parent
2010df0d64
commit
98b9df994c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
#include "malloc_impl.h"
|
||||
#include "fork_impl.h"
|
||||
|
||||
#define malloc __libc_malloc
|
||||
#define malloc __libc_malloc_impl
|
||||
#define realloc __libc_realloc
|
||||
#define free __libc_free
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue