This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 42aba91895 Increase version to 2.41.9000, add new section to NEWS new 45c42b65c2 Add new tests for fopen
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: stdio-common/Makefile | 1 + stdio-common/tst-fopen.c | 279 +++++++++++++++++++++++++++++++++++ sysdeps/pthread/Makefile | 1 + sysdeps/pthread/tst-fopen-threaded.c | 250 +++++++++++++++++++++++++++++++ 4 files changed, 531 insertions(+) create mode 100644 stdio-common/tst-fopen.c create mode 100644 sysdeps/pthread/tst-fopen-threaded.c