2.9
[glibc/nacl-glibc.git] / sysdeps / unix / sysv / linux / wordsize-64 / fstatvfs.c
blobd04bcd4b5ef3798caeb51c7e032ec09ac05adb8d
1 #define __fstatvfs64(file, buf) __no_fstatvfs64(file, buf)
2 #define fstatvfs64(file, buf) no_fstatvfs64(file, buf)
3 #include "../fstatvfs.c"
4 strong_alias (fstatvfs, __fstatvfs64)
5 weak_alias (fstatvfs, fstatvfs64)