From: Siddhesh Poyarekar Date: Wed, 7 Jul 2021 13:44:00 +0000 (+0530) Subject: Move mcheck symbol from stdlib to malloc X-Git-Tag: glibc-2.34~119 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b8a19968b0ad928772ab282133a9374d135f7438;p=thirdparty%2Fglibc.git 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. --- diff --git a/malloc/Versions b/malloc/Versions index 62e4698a08e..470a9406661 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* diff --git a/stdlib/Versions b/stdlib/Versions index 9e665d4c26c..5e9099a1536 100644 --- a/stdlib/Versions +++ b/stdlib/Versions @@ -40,7 +40,7 @@ libc { # m* mblen; mbrlen; mbrtowc; mbsinit; mbsnrtowcs; mbsrtowcs; mbstowcs; - mbtowc; mcheck; mcount; mrand48; mrand48_r; + mbtowc; mcount; mrand48; mrand48_r; # n* nrand48; nrand48_r;