提交 7b5467cb 编写于 作者: R Rich Felker

fix typo in utimes function that made it mess up file times

上级 9ae1cf6d
...@@ -3,5 +3,5 @@ ...@@ -3,5 +3,5 @@
int utimes(const char *path, const struct timeval times[2]) int utimes(const char *path, const struct timeval times[2])
{ {
return syscall(SYS_utime, path, times); return syscall(SYS_utimes, path, times);
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册