summaryrefslogtreecommitdiff
path: root/libc/misc/statfs/statfs64.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/misc/statfs/statfs64.c')
-rw-r--r--libc/misc/statfs/statfs64.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libc/misc/statfs/statfs64.c b/libc/misc/statfs/statfs64.c
index 7a8f2bc36..9d326f1f8 100644
--- a/libc/misc/statfs/statfs64.c
+++ b/libc/misc/statfs/statfs64.c
@@ -18,6 +18,8 @@
02111-1307 USA. */
#include <features.h>
+#undef __statfs64
+#undef __statfs
#if defined _FILE_OFFSET_BITS && _FILE_OFFSET_BITS != 64
#undef _FILE_OFFSET_BITS
@@ -37,7 +39,7 @@
#include <sys/statfs.h>
#if defined __UCLIBC_HAS_LFS__
-
+#undef statfs64
/* Return information about the filesystem on which FILE resides. */
int attribute_hidden __statfs64 (const char *file, struct statfs64 *buf)
{