This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from d19b137b6a Fix error message in memmove test to display correct src pointer new 5aa359d331 llio.texi: Wording fixes in description of closefrom() new e814f4b04e support: Add support_open_dev_null_range new 6b20880b22 Use support_open_dev_null_range io/tst-closefrom, misc/tst-c [...] new 6f4973c1a2 nptl: Fix tst-cancel7 and tst-cancelx7 race condition (BZ #14232)
The 4 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 ++-- manual/llio.texi | 4 +- nptl/tst-cancel7.c | 114 +++++++++++----------- 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 ++---- 9 files changed, 375 insertions(+), 107 deletions(-) create mode 100644 support/support-open-dev-null-range.c create mode 100644 support/tst-support-open-dev-null-range.c