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/fstatvfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stat/fstatvfs.c')
-rw-r--r--src/stat/fstatvfs.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stat/fstatvfs.c b/src/stat/fstatvfs.c
index 83bd7486..4a8bfe2e 100644
--- a/src/stat/fstatvfs.c
+++ b/src/stat/fstatvfs.c
@@ -4,7 +4,7 @@
int fstatvfs(int fd, struct statvfs *buf)
{
- return syscall2(__NR_fstatfs64, fd, (long)buf);
+ return syscall2(__NR_fstatfs, fd, (long)buf);
}
weak_alias(fstatvfs, fstatfs);
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月12日 08:59:19 +0000

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