diff options
Diffstat (limited to 'libc')
-rw-r--r-- | libc/misc/statfs/statfs64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/statfs/statfs64.c b/libc/misc/statfs/statfs64.c index 7317870e2..da0cd6a3a 100644 --- a/libc/misc/statfs/statfs64.c +++ b/libc/misc/statfs/statfs64.c @@ -25,7 +25,7 @@ extern __typeof(statfs) __libc_statfs; -#if defined __NR_statfs +#if !defined __NR_statfs64 /* Return information about the filesystem on which FILE resides. */ int statfs64 (const char *file, struct statfs64 *buf) { |