This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.40/master in repository glibc.
from 145b588637 Fix version number in NEWS file new 2aebac5e15 malloc: avoid global locks in tst-aligned_alloc-lib.c new 5d2a931a81 malloc: add multi-threaded tests for aligned_alloc/calloc/malloc new 65fbcfe589 manual/stdio: Clarify putc and putwc
The 3 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: malloc/Makefile | 8 ++ ...d.c => tst-aligned-alloc-random-thread-cross.c} | 9 +- malloc/tst-aligned-alloc-random-thread.c | 145 +++++++++++++++++++++ malloc/tst-aligned_alloc-lib.c | 39 +++--- manual/stdio.texi | 12 +- 5 files changed, 183 insertions(+), 30 deletions(-) copy malloc/{tst-interpose-aux-thread.c => tst-aligned-alloc-random-thread-cross.c} (79%) create mode 100644 malloc/tst-aligned-alloc-random-thread.c