about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/wordsize-64/statvfs.c
blob: 1e1c96333b1e9dc8e694a349187cdfeafc3823d1 (plain) (blame)
1
2
3
4
5
#define __statvfs64(file, buf) __no_statvfs64(file, buf)
#define statvfs64(file, buf) no_statvfs64(file, buf)
#include "../statvfs.c"
strong_alias (__statvfs, __statvfs64)
weak_alias (__statvfs, statvfs64)