musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat
-rw-r--r--src/linux/utimes.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/linux/utimes.c b/src/linux/utimes.c
index d998b401..70c0695f 100644
--- a/src/linux/utimes.c
+++ b/src/linux/utimes.c
@@ -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);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月03日 04:50:55 +0000

AltStyle によって変換されたページ (->オリジナル) /