about summary refs log tree commit diff
path: root/REORG.TODO/sysdeps/unix/sysv/linux/wordsize-64/statvfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/sysdeps/unix/sysv/linux/wordsize-64/statvfs.c')
-rw-r--r--REORG.TODO/sysdeps/unix/sysv/linux/wordsize-64/statvfs.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/REORG.TODO/sysdeps/unix/sysv/linux/wordsize-64/statvfs.c b/REORG.TODO/sysdeps/unix/sysv/linux/wordsize-64/statvfs.c
new file mode 100644
index 0000000000..1e1c96333b
--- /dev/null
+++ b/REORG.TODO/sysdeps/unix/sysv/linux/wordsize-64/statvfs.c
@@ -0,0 +1,5 @@
+#define __statvfs64(file, buf) __no_statvfs64(file, buf)
+#define statvfs64(file, buf) no_statvfs64(file, buf)
+#include "../statvfs.c"
+strong_alias (__statvfs, __statvfs64)
+weak_alias (__statvfs, statvfs64)