chiark / gitweb /
eglibc (2.11.3-4+deb6u3) squeeze-lts; urgency=medium
[eglibc.git] / sysdeps / unix / sysv / linux / wordsize-64 / statvfs.c
1 #define __statvfs64(file, buf) __no_statvfs64(file, buf)
2 #define statvfs64(file, buf) no_statvfs64(file, buf)
3 #include "../statvfs.c"
4 strong_alias (statvfs, __statvfs64)
5 weak_alias (statvfs, statvfs64)