diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-11 16:12:50 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-11 16:12:50 +0000 |
commit | 667f179e3f23edb7b5760fd233a6253d327878e2 (patch) | |
tree | ddbb89d410fb01a9758969c2a13e63011b26f775 | |
parent | 5689a027230d477200c89eded23bf725b94338cd (diff) |
- fix typo
-rw-r--r-- | libc/misc/statfs/statvfs64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/statfs/statvfs64.c b/libc/misc/statfs/statvfs64.c index 66f648ac1..008ba78c9 100644 --- a/libc/misc/statfs/statvfs64.c +++ b/libc/misc/statfs/statvfs64.c @@ -37,7 +37,7 @@ libc_hidden_proto(endmntent) #undef stat #define stat stat64 -#if !defined __UCLIBC_LINUX_SPECIFIC__ +#if defined __UCLIBC_LINUX_SPECIFIC__ libc_hidden_proto(statfs64) #else libc_hidden_proto(statvfs) |