From e9f4fd1185badfc005fcfe5c7de27d58baec057c Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Wed, 10 Jun 2020 22:02:45 -0400 Subject: have ldso track replacement of aligned_alloc this is in preparation for improving behavior of malloc interposition. --- src/malloc/replaced.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/malloc') 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; -- cgit v1.2.1