about summary refs log tree commit diff
path: root/malloc/Versions
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2020-09-01 16:17:25 -0400
committerDJ Delorie <dj@redhat.com>2020-09-17 18:49:30 -0400
commitcdf645427d176197b82f44308a5e131d69fb53ad (patch)
treed591da3901136905771fdf4273f4560868ab9a4d /malloc/Versions
parentd38e1bbda0be2d184f0496001cfeab00216fe01c (diff)
downloadglibc-cdf645427d176197b82f44308a5e131d69fb53ad.tar.gz
glibc-cdf645427d176197b82f44308a5e131d69fb53ad.tar.xz
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/Versions3
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;