aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/wordsize-64/fstatvfs.c
blob: 5803b6f882ced7b9874ac977af1cb4c0d195ffa6 (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)