diff options
Diffstat (limited to 'sysdeps/mach/hurd/utimes.c')
-rw-r--r-- | sysdeps/mach/hurd/utimes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/utimes.c b/sysdeps/mach/hurd/utimes.c index 25e47539fe..fa8a79239b 100644 --- a/sysdeps/mach/hurd/utimes.c +++ b/sysdeps/mach/hurd/utimes.c @@ -34,7 +34,7 @@ __utimes (const char *file, const struct timeval tvp[2]) if (port == MACH_PORT_NULL) return -1; - err = hurd_futimens (port, tvp); + err = hurd_futimes (port, tvp); __mach_port_deallocate (__mach_task_self (), port); if (err) |