From a9e4cbde64ecadb003bb779e096d3f89303c62b1 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 16 Dec 2005 00:51:04 +0000 Subject: Correct some problems --- libc/misc/statfs/fstatfs64.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libc/misc/statfs/fstatfs64.c') 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 +#undef __fstatfs64 +#undef __fstatfs #ifdef __UCLIBC_HAS_LFS__ @@ -40,6 +42,7 @@ #include #include +#undef fstatfs64 /* Return information about the filesystem on which FD resides. */ int attribute_hidden __fstatfs64 (int fd, struct statfs64 *buf) { -- cgit v1.2.3