This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.34/master in repository glibc.
from 8b8a1d0b73 nptl: Fix type of pthread_mutexattr_getrobust_np, pthread_mu [...] new 5ad589d63b support: Add support_open_dev_null_range new 772e33411b Use support_open_dev_null_range io/tst-closefrom, misc/tst-c [...]
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: io/tst-closefrom.c | 21 ++-- posix/tst-spawn5.c | 13 +-- support/Makefile | 2 + support/support-open-dev-null-range.c | 134 ++++++++++++++++++++++++++ support/support.h | 8 ++ support/tst-support-open-dev-null-range.c | 155 ++++++++++++++++++++++++++++++ sysdeps/unix/sysv/linux/tst-close_range.c | 31 ++---- 7 files changed, 316 insertions(+), 48 deletions(-) create mode 100644 support/support-open-dev-null-range.c create mode 100644 support/tst-support-open-dev-null-range.c