give libc access to its own malloc even if public malloc is interposed
[musl] / src / malloc / replaced.c
1 #include "dynlink.h"
2
3 int __malloc_replaced;
4 int __aligned_alloc_replaced;