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