From 93f8a2e834eed69aff7ef3be8c2baba14bab0658 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 18 Sep 2009 23:07:26 +0200 Subject: convert // comments to /**/; remove empty #if/#endif pairs. no code changes Signed-off-by: Denys Vlasenko --- libc/misc/statfs/fstatvfs64.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libc/misc/statfs/fstatvfs64.c') diff --git a/libc/misc/statfs/fstatvfs64.c b/libc/misc/statfs/fstatvfs64.c index efaea03c2..f57e9d9bb 100644 --- a/libc/misc/statfs/fstatvfs64.c +++ b/libc/misc/statfs/fstatvfs64.c @@ -29,12 +29,8 @@ #include - #undef stat #define stat stat64 -#if !defined __UCLIBC_LINUX_SPECIFIC__ -#else -#endif int fstatvfs64 (int fd, struct statvfs64 *buf) { -- cgit v1.2.3