Browse Source

- fix typo

Bernhard Reutner-Fischer 16 years ago
parent
commit
667f179e3f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/misc/statfs/statvfs64.c

+ 1 - 1
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)