patches/uClibc/0.9.28.1/003-time-locale.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Jul 27 10:54:54 2008 +0000 (2008-07-27)
changeset 736 f2369145e8be
permissions -rw-r--r--
Update this sample to compress the log file.

/trunk/samples/x86_64-unknown-linux-gnu/crosstool.config | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)
     1 Index: libc/misc/time/time.c
     2 ===================================================================
     3 --- a/libc/misc/time/time.c	(revision 17534)
     4 +++ b/libc/misc/time/time.c	(revision 17647)
     5 @@ -158,7 +158,9 @@
     6  #endif
     7  
     8  #if defined (L_tzset) || defined (L_localtime_r) || defined(L_strftime) || \
     9 -    defined(L__time_mktime) || defined(L__time_mktime_tzi)
    10 +	 defined(L__time_mktime) || defined(L__time_mktime_tzi) || \
    11 +	 ((defined(L_strftime) || defined(L_strftime_l)) && \
    12 +	  defined(__UCLIBC_HAS_XLOCALE__))
    13  
    14  void _time_tzset (int);
    15