patches/uClibc/0.9.28.1/130-time-locale.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Oct 13 20:36:37 2008 +0000 (2008-10-13)
changeset 925 ac50e4f1360a
parent 1 eeea35fbf182
permissions -rw-r--r--
No one sane would you 'ct-ng config' to configure crosstool-NG.
Remove this useless rule.

/trunk/kconfig/kconfig.mk | 8 2 6 0 ++------
/trunk/ct-ng.comp | 2 1 1 0 +-
2 files changed, 3 insertions(+), 7 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