diff options
Diffstat (limited to 'libc/sysdeps/linux/common/utimes.c')
-rw-r--r-- | libc/sysdeps/linux/common/utimes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/utimes.c b/libc/sysdeps/linux/common/utimes.c index 37909a7b3..e62faff7f 100644 --- a/libc/sysdeps/linux/common/utimes.c +++ b/libc/sysdeps/linux/common/utimes.c @@ -14,7 +14,7 @@ libc_hidden_proto(utimes) #ifdef __NR_utimes -_syscall2(int, utimes, const char *, file, const struct timeval *, tvp); +_syscall2(int, utimes, const char *, file, const struct timeval *, tvp) #else #include <stdlib.h> |