Files
semi-libc/src/malloc/replaced.c
T
Rich Felker 501a92660c move __malloc_replaced to a top-level malloc file
it's not part of the malloc implementation but glue with musl dynamic
linker.
2020-06-10 20:42:54 -04:00

4 lines
45 B
C

#include "dynlink.h"
int __malloc_replaced;