mirror of
https://sourceware.org/git/glibc.git
synced 2026-01-06 11:51:29 +03:00
Update mallinfo2 ABI, and test
This patch adds the ABI-related bits to reflect the new mallinfo2 function, and adds a test case to verify basic functionality. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@@ -64,6 +64,9 @@ libc {
|
||||
GLIBC_2.26 {
|
||||
reallocarray;
|
||||
}
|
||||
GLIBC_2.33 {
|
||||
mallinfo2;
|
||||
}
|
||||
GLIBC_PRIVATE {
|
||||
# Internal startup hook for libpthread.
|
||||
__libc_malloc_pthread_startup;
|
||||
|
||||
Reference in New Issue
Block a user