about summary refs log tree commit diff
path: root/io/sys/statvfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'io/sys/statvfs.h')
-rw-r--r--io/sys/statvfs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/io/sys/statvfs.h b/io/sys/statvfs.h
index 856d3c93ca..73a2fa7df7 100644
--- a/io/sys/statvfs.h
+++ b/io/sys/statvfs.h
@@ -37,7 +37,7 @@ extern int __REDIRECT (statvfs,
 		       __P ((__const char *__file, struct statvfs *__buf)),
 		       statvfs64);
 # else
-#  define statfs statfs64
+#  define statvfs statvfs64
 # endif
 #endif
 #ifdef __USE_LARGEFILE64
@@ -54,7 +54,7 @@ extern int fstatvfs __P ((int __fildes, struct statvfs *__buf));
 extern int __REDIRECT (fstatvfs, __P ((int __fildes, struct statvfs *__buf)),
 		       fstatvfs64);
 # else
-#  define statfs statfs64
+#  define fstatvfs fstatvfs64
 # endif
 #endif
 #ifdef __USE_LARGEFILE64