This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.39/master in repository glibc.
from 51db012c94 resolv: Track single-request fallback via _res._flags (bug 31476) new f11b7178a1 malloc: avoid global locks in tst-aligned_alloc-lib.c new 946006d37c malloc: add multi-threaded tests for aligned_alloc/calloc/malloc new b71a51189d 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} | 8 +- malloc/tst-aligned-alloc-random-thread.c | 145 +++++++++++++++++++++ malloc/tst-aligned_alloc-lib.c | 39 +++--- manual/stdio.texi | 12 +- 5 files changed, 183 insertions(+), 29 deletions(-) copy malloc/{tst-interpose-static-nothread.c => tst-aligned-alloc-random-thread-cr [...] create mode 100644 malloc/tst-aligned-alloc-random-thread.c