This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 6c80c6e876 Add internal <file_change_detection.h> header file new 6b89c385d8 io: Implement lchmod using fchmodat [BZ #14578] new 752dd17443 Linux: Emulate fchmodat with AT_SYMLINK_NOFOLLOW using O_PAT [...] new 47136d6cc3 io: Add io/tst-lchmod covering lchmod and fchmodat new 08aea89ef6 S390: Fix non-ascii character in fenv.h.
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: include/sys/stat.h | 1 + io/Makefile | 2 +- io/fchmodat.c | 1 + io/lchmod.c | 10 +- io/tst-lchmod.c | 314 +++++++++++++++++++++++++++++++++++++ sysdeps/mach/hurd/fchmodat.c | 1 + sysdeps/s390/fpu/bits/fenv.h | 4 +- sysdeps/unix/sysv/linux/fchmodat.c | 58 +++++-- 8 files changed, 372 insertions(+), 19 deletions(-) create mode 100644 io/tst-lchmod.c