summaryrefslogtreecommitdiff
path: root/libc/misc/statfs/fstatfs64.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/misc/statfs/fstatfs64.c')
-rw-r--r--libc/misc/statfs/fstatfs64.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/misc/statfs/fstatfs64.c b/libc/misc/statfs/fstatfs64.c
index 5fd1d60f6..63bd640b7 100644
--- a/libc/misc/statfs/fstatfs64.c
+++ b/libc/misc/statfs/fstatfs64.c
@@ -18,6 +18,8 @@
02111-1307 USA. */
#include <features.h>
+#undef __fstatfs64
+#undef __fstatfs
#ifdef __UCLIBC_HAS_LFS__
@@ -40,6 +42,7 @@
#include <sys/statvfs.h>
#include <stddef.h>
+#undef fstatfs64
/* Return information about the filesystem on which FD resides. */
int attribute_hidden __fstatfs64 (int fd, struct statfs64 *buf)
{