about summary refs log tree commit diff
path: root/stdlib/Versions
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2021-07-07 19:14:00 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2021-07-08 18:47:21 +0530
commitb8a19968b0ad928772ab282133a9374d135f7438 (patch)
tree7076aa44cc0ce03f93acc39abcd27fa5254b5807 /stdlib/Versions
parent9ed48feed8c268e98baf00f3608d85dafb8215f3 (diff)
downloadglibc-b8a19968b0ad928772ab282133a9374d135f7438.tar.gz
glibc-b8a19968b0ad928772ab282133a9374d135f7438.tar.xz
glibc-b8a19968b0ad928772ab282133a9374d135f7438.zip
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.
Diffstat (limited to 'stdlib/Versions')
-rw-r--r--stdlib/Versions2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/Versions b/stdlib/Versions
index 9e665d4c26..5e9099a153 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;