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/internals/tempname.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libc/misc/internals/tempname.c') diff --git a/libc/misc/internals/tempname.c b/libc/misc/internals/tempname.c index e0bf922c4..cbd4ced7a 100644 --- a/libc/misc/internals/tempname.c +++ b/libc/misc/internals/tempname.c @@ -45,9 +45,6 @@ #include #include "tempname.h" -#ifdef __UCLIBC_HAS_LFS__ -#endif - /* Return nonzero if DIR is an existent directory. */ static int direxists (const char *dir) { -- cgit v1.2.3