about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/lutimes.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/lutimes.c')
-rw-r--r--sysdeps/mach/hurd/lutimes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/lutimes.c b/sysdeps/mach/hurd/lutimes.c
index 23b00c1739..375ab3feb3 100644
--- a/sysdeps/mach/hurd/lutimes.c
+++ b/sysdeps/mach/hurd/lutimes.c
@@ -36,7 +36,7 @@ __lutimes (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)