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/Makefile | |
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/Makefile')
-rw-r--r-- | malloc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/Makefile b/malloc/Makefile index e22cbde22d..09ae63bee5 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -35,7 +35,7 @@ tests := mallocbug tst-malloc tst-valloc tst-calloc tst-obstack \ tst-interpose-thread \ tst-alloc_buffer \ tst-malloc-tcache-leak \ - tst-malloc_info \ + tst-malloc_info tst-mallinfo2 \ tst-malloc-too-large \ tst-malloc-stats-cancellation \ tst-tcfree1 tst-tcfree2 tst-tcfree3 \ |