diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-08-15 11:37:18 +0200 |
---|---|---|
committer | Arjun Shankar <ashankar@redhat.com> | 2019-10-30 19:03:40 +0100 |
commit | 5dab5eafb3dc2f72aaab911084d127d1af45a08c (patch) | |
tree | 3f1c05e9bb342b7b42ee3253557c40abe2e674eb /ChangeLog | |
parent | cb89ba9c72f66327f5d66034681eb1d46eedf96f (diff) | |
download | glibc-5dab5eafb3dc2f72aaab911084d127d1af45a08c.tar.gz glibc-5dab5eafb3dc2f72aaab911084d127d1af45a08c.tar.xz glibc-5dab5eafb3dc2f72aaab911084d127d1af45a08c.zip |
malloc: Various cleanups for malloc/tst-mxfast
(cherry picked from commit f9769a239784772453d595bc2f4bed8739810e06)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8836974c71..d34e2cf497 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2019-08-15 Florian Weimer <fweimer@redhat.com> + + * malloc/Makefile (tests): Only add tst-mxfast for + $(have-tunables). + * malloc/tst-mxfast.c: Fix copyright year. + (do_test): Fix GNU style issues. Use TEST_COMPARE instead of + assert for checks. + 2019-08-09 DJ Delorie <dj@redhat.com> * elf/dl-tunables.list: Add glibc.malloc.mxfast. |