This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from a1ede3a402 hurd: Fix includability of <hurd/signal.h> in all standards new bbe762d1e5 hurd: Define and pass UTIME_NOW and UTIME_OMIT to new file_u [...] new ec1300cfc8 hurd: Add futimesat and utimensat support
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: ChangeLog | 29 +++++ sysdeps/mach/hurd/bits/stat.h | 5 + sysdeps/mach/hurd/futimens.c | 28 ++--- sysdeps/mach/hurd/futimes.c | 26 ++--- sysdeps/mach/hurd/{chmod.c => futimesat.c} | 21 ++-- sysdeps/mach/hurd/lutimes.c | 21 +--- sysdeps/mach/hurd/utime-helper.c | 154 ++++++++++++++++++++++++++ sysdeps/mach/hurd/{fchownat.c => utimensat.c} | 24 ++-- sysdeps/mach/hurd/utimes.c | 21 +--- 9 files changed, 253 insertions(+), 76 deletions(-) copy sysdeps/mach/hurd/{chmod.c => futimesat.c} (74%) create mode 100644 sysdeps/mach/hurd/utime-helper.c copy sysdeps/mach/hurd/{fchownat.c => utimensat.c} (68%)