Message ID | 20210708131624.2005357-2-siddhesh@sourceware.org |
---|---|
State | New |
Headers | show |
Series | Trivial malloc cleanups | expand |
diff --git a/malloc/Versions b/malloc/Versions index 62e4698a08..470a940666 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 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;