Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 469766
Collapse All | Expand All

(-)source/common/putil.cpp.orig (-1 / +1 lines)
Lines 633-639 Link Here
633
U_CAPI int32_t U_EXPORT2
633
U_CAPI int32_t U_EXPORT2
634
uprv_timezone()
634
uprv_timezone()
635
{
635
{
636
#ifdef U_TIMEZONE
636
#if defined(U_TIMEZONE) && !defined(__UCLIBC__)
637
    return U_TIMEZONE;
637
    return U_TIMEZONE;
638
#else
638
#else
639
    time_t t, t1, t2;
639
    time_t t, t1, t2;

Return to bug 469766