This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch ibm/2.24/master in repository glibc.
from 3af49a0209 Merge branch release/2.24/master into ibm/2.24/master new 6d03be1cb5 malloc: Run tests without calling mallopt [BZ #19469] new 2667457e45 malloc: Simplify static malloc interposition [BZ #20432]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 26 ++ include/libc-symbols.h | 15 ++ malloc/Makefile | 14 ++ ...malloc-hooks.h => tst-interpose-aux-nothread.c} | 10 +- .../{malloc-hooks.h => tst-interpose-aux-thread.c} | 10 +- malloc/tst-interpose-aux.c | 270 +++++++++++++++++++++ malloc/{malloc-hooks.h => tst-interpose-aux.h} | 16 +- sysdeps/mach/hurd/fork.c | 6 +- sysdeps/nptl/fork.c | 6 +- test-skeleton.c | 2 + 10 files changed, 350 insertions(+), 25 deletions(-) copy malloc/{malloc-hooks.h => tst-interpose-aux-nothread.c} (80%) copy malloc/{malloc-hooks.h => tst-interpose-aux-thread.c} (80%) create mode 100644 malloc/tst-interpose-aux.c copy malloc/{malloc-hooks.h => tst-interpose-aux.h} (69%)