diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-18 23:07:26 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-18 23:07:26 +0200 |
commit | 93f8a2e834eed69aff7ef3be8c2baba14bab0658 (patch) | |
tree | 347b5239f26d3b5f526fffcf7afe151e83124a61 /libc/misc/statfs | |
parent | 21730caa6647f645974e132ca8afec79b4eeab2b (diff) |
convert // comments to /**/; remove empty #if/#endif pairs. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libc/misc/statfs')
-rw-r--r-- | libc/misc/statfs/fstatvfs64.c | 4 | ||||
-rw-r--r-- | libc/misc/statfs/statvfs64.c | 3 |
2 files changed, 0 insertions, 7 deletions
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 <sys/statvfs.h> - #undef stat #define stat stat64 -#if !defined __UCLIBC_LINUX_SPECIFIC__ -#else -#endif int fstatvfs64 (int fd, struct statvfs64 *buf) { 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) { |