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/statvfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stat/statvfs.c')
-rw-r--r--src/stat/statvfs.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stat/statvfs.c b/src/stat/statvfs.c
index 55a05d52..ebf14b43 100644
--- a/src/stat/statvfs.c
+++ b/src/stat/statvfs.c
@@ -4,7 +4,7 @@
int statvfs(const char *path, struct statvfs *buf)
{
- return syscall2(__NR_statfs64, (long)path, (long)buf);
+ return syscall2(__NR_statfs, (long)path, (long)buf);
}
weak_alias(statvfs, statfs);
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月10日 10:00:53 +0000

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