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.
This commit is contained in:
Siddhesh Poyarekar 2021-07-07 19:14:00 +05:30
parent 9ed48feed8
commit b8a19968b0
2 changed files with 2 additions and 2 deletions

View 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*

View 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;