diff options
Diffstat (limited to 'sysdeps/unix/sysv/solaris2/kopensolaris-gnu/statfs.c')
-rw-r--r-- | sysdeps/unix/sysv/solaris2/kopensolaris-gnu/statfs.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/statfs.c b/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/statfs.c new file mode 100644 index 0000000000..7a9ae92250 --- /dev/null +++ b/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/statfs.c @@ -0,0 +1,8 @@ +#define STATFS_FUNC __statfs +#define STATFS_STRUCT struct statfs +#define STATVFS_FUNC __statvfs +#define STATVFS_STRUCT struct statvfs +#define STATFS_ARG const char * +#include "sysdeps/unix/sysv/solaris2/kopensolaris-gnu/statfs_common.c" +libc_hidden_def (__statfs) +weak_alias (__statfs, statfs) |