1#define __fstatvfs64(file, buf) __no_fstatvfs64(file, buf)
2#define fstatvfs64(file, buf) no_fstatvfs64(file, buf)
3#include "../fstatvfs.c"
4strong_alias (__fstatvfs, __fstatvfs64)
5weak_alias (__fstatvfs, fstatvfs64)
6