diff options
Diffstat (limited to 'sysdeps/unix/sysv/solaris2/kopensolaris-gnu/statfs64.c')
-rw-r--r-- | sysdeps/unix/sysv/solaris2/kopensolaris-gnu/statfs64.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/statfs64.c b/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/statfs64.c new file mode 100644 index 0000000000..9a066b3477 --- /dev/null +++ b/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/statfs64.c @@ -0,0 +1,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) |