OSDN Git Service

- fix typo
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 11 Sep 2008 16:12:50 +0000 (16:12 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 11 Sep 2008 16:12:50 +0000 (16:12 -0000)
libc/misc/statfs/statvfs64.c

index 66f648a..008ba78 100644 (file)
@@ -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)