summaryrefslogtreecommitdiff
path: root/src/malloc
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2020-06-10 22:02:45 -0400
committerRich Felker <dalias@aerifal.cx>2020-06-10 22:02:45 -0400
commite9f4fd1185badfc005fcfe5c7de27d58baec057c (patch)
tree95225d8a1d333cba4680711f499912a654cf0299 /src/malloc
parent25cef5c591fbee755a53f0d7920f4f554f343a53 (diff)
downloadmusl-e9f4fd1185badfc005fcfe5c7de27d58baec057c.tar.gz
have ldso track replacement of aligned_alloc
this is in preparation for improving behavior of malloc interposition.
Diffstat (limited to 'src/malloc')
-rw-r--r--src/malloc/replaced.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/malloc/replaced.c b/src/malloc/replaced.c
index 8acc249c..07fce61e 100644
--- a/src/malloc/replaced.c
+++ b/src/malloc/replaced.c
@@ -1,3 +1,4 @@
#include "dynlink.h"
int __malloc_replaced;
+int __aligned_alloc_replaced;