blob: d04bcd4b5ef3798caeb51c7e032ec09ac05adb8d [file] [log] [blame]
#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)