diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-01-06 02:46:20 +0000 |
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-01-06 02:46:20 +0000 |
| commit | 1c7c8d902f3674f81f848057cab06264288cbfe7 (patch) | |
| tree | 9583322c80f94b80f1e8a62127be8d9af1ed33c9 /include/sys/statfs.h | |
| parent | 6e538396c7c8fa82f1134a7acf4b2b20078749f7 (diff) | |
| download | uClibc-alpine-1c7c8d902f3674f81f848057cab06264288cbfe7.tar.bz2 uClibc-alpine-1c7c8d902f3674f81f848057cab06264288cbfe7.tar.xz | |
Merge from trunk.
Diffstat (limited to 'include/sys/statfs.h')
| -rw-r--r-- | include/sys/statfs.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/sys/statfs.h b/include/sys/statfs.h index 2ac877245..3b2226b41 100644 --- a/include/sys/statfs.h +++ b/include/sys/statfs.h @@ -32,8 +32,8 @@ __BEGIN_DECLS extern int statfs (__const char *__file, struct statfs *__buf) __THROW __nonnull ((1, 2)); #else -# ifdef __REDIRECT -extern int __REDIRECT (statfs, +# ifdef __REDIRECT_NTH +extern int __REDIRECT_NTH (statfs, (__const char *__file, struct statfs *__buf), statfs64) __nonnull ((1, 2)); # else @@ -51,8 +51,8 @@ extern int statfs64 (__const char *__file, struct statfs64 *__buf) extern int fstatfs (int __fildes, struct statfs *__buf) __THROW __nonnull ((2)); #else -# ifdef __REDIRECT -extern int __REDIRECT (fstatfs, (int __fildes, struct statfs *__buf), +# ifdef __REDIRECT_NTH +extern int __REDIRECT_NTH (fstatfs, (int __fildes, struct statfs *__buf), fstatfs64) __nonnull ((2)); # else # define fstatfs fstatfs64 |
