2.9
[glibc/nacl-glibc.git] / sysdeps / unix / sysv / linux / wordsize-64 / statvfs.c
blobf369976cc2c164882017c40ab420e1a8b0bb49fc
1 #define __statvfs64(file, buf) __no_statvfs64(file, buf)
2 #define statvfs64(file, buf) no_statvfs64(file, buf)
3 #include "../statvfs.c"
4 strong_alias (statvfs, __statvfs64)
5 weak_alias (statvfs, statvfs64)