@@ -3,5 +3,5 @@
int utimes(const char *path, const struct timeval times[2])
{
- return syscall(SYS_utime, path, times);
+ return syscall(SYS_utimes, path, times);
}