From b8a19968b0ad928772ab282133a9374d135f7438 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Wed, 7 Jul 2021 19:14:00 +0530 Subject: Move mcheck symbol from stdlib to malloc It is defined in malloc, so it belongs there. Verified on x86_64 that the built libraries are identical despite this change. --- malloc/Versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'malloc') diff --git a/malloc/Versions b/malloc/Versions index 62e4698a08..470a940666 100644 --- a/malloc/Versions +++ b/malloc/Versions @@ -26,7 +26,7 @@ libc { # m* mallinfo; malloc; malloc_get_state; malloc_set_state; malloc_stats; - malloc_trim; malloc_usable_size; mallopt; memalign; mprobe; mtrace; + malloc_trim; malloc_usable_size; mallopt; mcheck; memalign; mprobe; mtrace; muntrace; # o* -- cgit v1.2.3-70-g09d2