summaryrefslogtreecommitdiff
path: root/src/internal/malloc_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/malloc_impl.h')
-rw-r--r--src/internal/malloc_impl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/internal/malloc_impl.h b/src/internal/malloc_impl.h
index 4c4a4b46..5d025b06 100644
--- a/src/internal/malloc_impl.h
+++ b/src/internal/malloc_impl.h
@@ -39,4 +39,7 @@ struct bin {
__attribute__((__visibility__("hidden")))
void __bin_chunk(struct chunk *);
+__attribute__((__visibility__("hidden")))
+extern int __malloc_replaced;
+
#endif