This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 390c43ba1f nptl: Fix tst-pthread-gdb-attach for ptrace_scope equal 1 new c1760eaf3b Enable support for GCC 11 -Wmismatched-dealloc.
The 1 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: include/programs/xmalloc.h | 8 +-- libio/Makefile | 2 +- libio/stdio.h | 64 ++++++++++++++-------- libio/tst-freopen.c | 37 +++++++++++++ libio/tst-popen1.c | 4 +- libio/tst-wmemstream1.c | 35 ++++++++++++ math/test-fpucw.c => libio/tst-wmemstream5.c | 50 ++++++++++------- malloc/malloc.h | 11 ++-- misc/sys/cdefs.h | 11 ++++ stdlib/Makefile | 3 +- stdlib/stdlib.h | 16 ++++-- stdlib/tst-realpath.c | 82 ++++++++++++++++++++++++++++ wcsmbs/wchar.h | 19 ++++++- 13 files changed, 280 insertions(+), 62 deletions(-) copy math/test-fpucw.c => libio/tst-wmemstream5.c (52%) create mode 100644 stdlib/tst-realpath.c