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
path: root/src/stat/stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stat/stat.c')
-rw-r--r--src/stat/stat.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stat/stat.c b/src/stat/stat.c
index 67640cc1..9847552a 100644
--- a/src/stat/stat.c
+++ b/src/stat/stat.c
@@ -4,7 +4,7 @@
int stat(const char *path, struct stat *buf)
{
- return syscall2(__NR_stat64, (long)path, (long)buf);
+ return syscall2(__NR_stat, (long)path, (long)buf);
}
LFS64(stat);
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月10日 12:11:30 +0000

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