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/statvfs64.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libc/misc/statfs/statvfs64.c') diff --git a/libc/misc/statfs/statvfs64.c b/libc/misc/statfs/statvfs64.c index 8716b1517..9923e66a4 100644 --- a/libc/misc/statfs/statvfs64.c +++ b/libc/misc/statfs/statvfs64.c @@ -31,9 +31,6 @@ #undef stat #define stat stat64 -#if defined __UCLIBC_LINUX_SPECIFIC__ -#else -#endif int statvfs64 (const char *file, struct statvfs64 *buf) { -- cgit v1.2.3