Blame sysdeps/unix/sysv/linux/wordsize-64/fstatvfs.c

Packit 6c4009
#define __fstatvfs64(file, buf) __no_fstatvfs64(file, buf)
Packit 6c4009
#define fstatvfs64(file, buf) no_fstatvfs64(file, buf)
Packit 6c4009
#include "../fstatvfs.c"
Packit 6c4009
strong_alias (__fstatvfs, __fstatvfs64)
Packit 6c4009
weak_alias (__fstatvfs, fstatvfs64)