blob: c3ea0bd452d26896c0da8d1e12bff305895f66c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./common/putil.cpp.orig
+++ ./common/putil.cpp
@@ -633,7 +633,7 @@
U_CAPI int32_t U_EXPORT2
uprv_timezone()
{
-#ifdef U_TIMEZONE
+#if defined(U_TIMEZONE) && !defined(__UCLIBC__)
return U_TIMEZONE;
#else
time_t t, t1, t2;
|