mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-31 14:01:18 +08:00
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:
parent
9ed48feed8
commit
b8a19968b0
@ -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*
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user