summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/statfs64.c
blob: 9a066b3477a9c24fba62f6bdcc5b171619d6002a (plain)
1
2
3
4
5
6
7
#define STATFS_FUNC __statfs64
#define STATFS_STRUCT struct statfs64
#define STATVFS_FUNC __statvfs64
#define STATVFS_STRUCT struct statvfs64
#define STATFS_ARG const char *
#include "sysdeps/unix/sysv/solaris2/kopensolaris-gnu/statfs_common.c"
weak_alias (__statfs64, statfs64)