patches/uClibc/0.9.28.1/130-time-locale.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Nov 17 10:01:14 2008 +0000 (2008-11-17)
changeset 1050 ae0e7caa52f6
parent 1 eeea35fbf182
permissions -rw-r--r--
Update this ARM sample to use uClibc-0.9.30.

/trunk/samples/arm-unknown-linux-uclibcgnueabi/uClibc-0.9.30.config | 253 253 0 0 +++++++++++
/trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 34 24 10 0 +
2 files changed, 277 insertions(+), 10 deletions(-)
     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