This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 8d965cde7a hurd: Add futimens support new 68448be208 i386: Fix i386 sigaction sa_restorer initialization (BZ#21269) new fbd01e6c44 nptl: Fix tst-cancel4 sendto tests new 5226a81f55 Define _DIRENT_MATCHES_DIRENT64 regardless
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: ChangeLog | 35 ++++ bits/dirent.h | 2 + dirent/alphasort.c | 2 +- dirent/alphasort64.c | 2 +- dirent/scandir.c | 2 +- dirent/scandir64-tail.c | 2 +- dirent/scandir64.c | 2 +- dirent/scandirat.c | 2 +- dirent/scandirat64.c | 2 +- dirent/versionsort.c | 2 +- dirent/versionsort64.c | 2 +- include/dirent.h | 2 +- nptl/tst-cancel4-common.c | 18 +-- nptl/tst-cancel4-common.h | 14 ++ nptl/tst-cancel4.c | 37 +++-- sysdeps/unix/sysv/linux/bits/dirent.h | 2 + sysdeps/unix/sysv/linux/i386/Makefile | 3 + sysdeps/unix/sysv/linux/i386/sigaction.c | 3 +- sysdeps/unix/sysv/linux/i386/tst-bz21269.c | 233 +++++++++++++++++++++++++++ sysdeps/unix/sysv/linux/mips/mips64/Makefile | 10 -- sysdeps/unix/sysv/linux/riscv/rv64/Makefile | 4 - 21 files changed, 322 insertions(+), 59 deletions(-) create mode 100644 sysdeps/unix/sysv/linux/i386/tst-bz21269.c delete mode 100644 sysdeps/unix/sysv/linux/riscv/rv64/Makefile