From 7aa9c2486c2d85a8de6204ab3734f457d450cdb6 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 19 Sep 2009 02:09:48 +0200 Subject: remove a few more empty #if/#endif pairs Signed-off-by: Denys Vlasenko --- libc/misc/time/time.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libc/misc/time') diff --git a/libc/misc/time/time.c b/libc/misc/time/time.c index 05971389f..583c17aad 100644 --- a/libc/misc/time/time.c +++ b/libc/misc/time/time.c @@ -1172,8 +1172,7 @@ LOOP: i = 16 + 6; /* 0-fill, width = 4 */ } -#ifdef __UCLIBC_HAS_TM_EXTENSIONS__ -#else +#ifndef __UCLIBC_HAS_TM_EXTENSIONS__ __UCLIBC_MUTEX_UNLOCK(_time_tzlock); if (*p == 'Z') { goto OUTPUT; -- cgit v1.2.3