diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-13 09:18:49 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-13 09:18:49 +0000 |
commit | 8a0cbd49fadf62150ef710ba42e03c65ee93d199 (patch) | |
tree | 71540342a438455b5055b00be7ab7a6e9874ec83 /include/sys/statfs.h | |
parent | 8d7e9880f0d98b9321fcb9c8ee181f1bcc735eed (diff) |
Sync w/ glibc
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 |