From 667f179e3f23edb7b5760fd233a6253d327878e2 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 11 Sep 2008 16:12:50 +0000 Subject: - fix typo --- libc/misc/statfs/statvfs64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/misc') 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) -- cgit v1.2.3