[uClibc-cvs] svn commit: branches/uClibc-nptl/libc/misc/time

sjhill at uclibc.org sjhill at uclibc.org
Sat Aug 27 00:44:00 UTC 2005


Author: sjhill
Date: 2005-08-26 18:43:59 -0600 (Fri, 26 Aug 2005)
New Revision: 11263

Log:
Sync with trunk.


Modified:
   branches/uClibc-nptl/libc/misc/time/time.c


Changeset:
Modified: branches/uClibc-nptl/libc/misc/time/time.c
===================================================================
--- branches/uClibc-nptl/libc/misc/time/time.c	2005-08-26 15:42:29 UTC (rev 11262)
+++ branches/uClibc-nptl/libc/misc/time/time.c	2005-08-27 00:43:59 UTC (rev 11263)
@@ -1962,7 +1962,7 @@
 	daylight = !!_time_tzinfo[1].tzname[0];
 	timezone = _time_tzinfo[0].gmt_offset;
 
-#if defined(__UCLIBC_HAS_TZ_FILE__)
+#if defined(__UCLIBC_HAS_TZ_FILE__) || defined(__UCLIBC_HAS_TZ_CACHING__)
  FAST_DONE:
 #endif
 	TZUNLOCK;




More information about the uClibc-cvs mailing list