have ldso track replacement of aligned_alloc

this is in preparation for improving behavior of malloc interposition.
This commit is contained in:
Rich Felker
2020-06-10 22:02:45 -04:00
parent 25cef5c591
commit e9f4fd1185
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -106,6 +106,7 @@ hidden void __dl_vseterr(const char *, va_list);
hidden ptrdiff_t __tlsdesc_static(), __tlsdesc_dynamic();
hidden extern int __malloc_replaced;
hidden extern int __aligned_alloc_replaced;
hidden void __malloc_donate(char *, char *);
hidden int __malloc_allzerop(void *);