From 415ee7d6e47dcb3e0906a7bebc6d52ab8ed899da Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Tue, 5 Jun 2012 02:09:04 +0400 Subject: Merged changes from kopensolaris-gnu project http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu/glibc.git Commits from 9157319 to bad8ac8. This is only partial patch, some changes to not apply and will be resovled and committed next. --- sysdeps/unix/sysv/solaris2/kopensolaris-gnu/statfs.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sysdeps/unix/sysv/solaris2/kopensolaris-gnu/statfs.c (limited to 'sysdeps/unix/sysv/solaris2/kopensolaris-gnu/statfs.c') 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) -- cgit v1.2.3