diff options
author | DJ Delorie <dj@redhat.com> | 2020-09-01 16:17:25 -0400 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2020-09-17 18:49:30 -0400 |
commit | cdf645427d176197b82f44308a5e131d69fb53ad (patch) | |
tree | d591da3901136905771fdf4273f4560868ab9a4d /malloc/Versions | |
parent | d38e1bbda0be2d184f0496001cfeab00216fe01c (diff) | |
download | glibc-cdf645427d176197b82f44308a5e131d69fb53ad.tar glibc-cdf645427d176197b82f44308a5e131d69fb53ad.tar.gz glibc-cdf645427d176197b82f44308a5e131d69fb53ad.tar.bz2 glibc-cdf645427d176197b82f44308a5e131d69fb53ad.zip |
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>
Diffstat (limited to 'malloc/Versions')
-rw-r--r-- | malloc/Versions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/malloc/Versions b/malloc/Versions index 2357cff3da..94c8ba8040 100644 --- a/malloc/Versions +++ b/malloc/Versions @@ -64,6 +64,9 @@ libc { GLIBC_2.26 { reallocarray; } + GLIBC_2.33 { + mallinfo2; + } GLIBC_PRIVATE { # Internal startup hook for libpthread. __libc_malloc_pthread_startup; |