]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Move mcheck symbol from stdlib to malloc
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Wed, 7 Jul 2021 13:44:00 +0000 (19:14 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 8 Jul 2021 13:17:21 +0000 (18:47 +0530)
It is defined in malloc, so it belongs there.  Verified on x86_64 that
the built libraries are identical despite this change.

malloc/Versions
stdlib/Versions

index 62e4698a08e77078440aac6c2730632756b04b88..470a94066614e9dace70bd127ee49e14daff5a7e 100644 (file)
@@ -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*
index 9e665d4c26c3a9a4d9ca1fb5ffa5fd684a212bd1..5e9099a153631c803fa7e14e1b00b16061ad366a 100644 (file)
@@ -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;