summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/wordsize-64/fstatvfs.c
blob: d04bcd4b5ef3798caeb51c7e032ec09ac05adb8d (plain)
1
2
3
4
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)