This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[hurd,commited 0/2] hurd: Fix *utime* support
- From: Samuel Thibault <samuel dot thibault at ens-lyon dot org>
- To: libc-alpha at sourceware dot org
- Cc: Samuel Thibault <samuel dot thibault at ens-lyon dot org>
- Date: Tue, 6 Mar 2018 08:45:17 +0100
- Subject: [hurd,commited 0/2] hurd: Fix *utime* support
- Authentication-results: sourceware.org; auth=none
Flávio Cruz (1):
hurd: Define and pass UTIME_NOW and UTIME_OMIT to new file_utimens RPC
Samuel Thibault (1):
hurd: Add futimesat and utimensat support
ChangeLog | 29 ++++++++
sysdeps/mach/hurd/bits/stat.h | 5 ++
sysdeps/mach/hurd/futimens.c | 28 +++----
sysdeps/mach/hurd/futimes.c | 26 +++----
sysdeps/mach/hurd/futimesat.c | 44 +++++++++++
sysdeps/mach/hurd/lutimes.c | 21 ++----
sysdeps/mach/hurd/utime-helper.c | 154 +++++++++++++++++++++++++++++++++++++++
sysdeps/mach/hurd/utimensat.c | 46 ++++++++++++
sysdeps/mach/hurd/utimes.c | 21 ++----
9 files changed, 315 insertions(+), 59 deletions(-)
create mode 100644 sysdeps/mach/hurd/futimesat.c
create mode 100644 sysdeps/mach/hurd/utime-helper.c
create mode 100644 sysdeps/mach/hurd/utimensat.c
--
2.16.1