patches/uClibc/0.9.28.1/130-time-locale.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Jul 28 21:32:33 2008 +0000 (2008-07-28)
changeset 747 d3e603e7c17c
parent 1 patches/uClibc/0.9.28.1/003-time-locale.patch@eeea35fbf182
permissions -rw-r--r--
Fourth step at renaming patches: renumber all patches with a 10-step.
     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