move __malloc_replaced to a top-level malloc file
[oweals/musl.git] / src / malloc / replaced.c
diff --git a/src/malloc/replaced.c b/src/malloc/replaced.c
new file mode 100644 (file)
index 0000000..8acc249
--- /dev/null
@@ -0,0 +1,3 @@
+#include "dynlink.h"
+
+int __malloc_replaced;