summaryrefslogtreecommitdiffstats
path: root/main/icu/icu-timezone.patch
blob: c1d05c25489dc15bdf0ab5e9ca8ad3ce8ac360ed (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ./common/putilimp.h.orig
+++ ./common/putilimp.h
@@ -123,6 +123,8 @@
 #   elif defined(__GLIBC__)
        /* glibc */
 #      define U_TIMEZONE      __timezone
+#   else
+#      define U_TIMEZONE timezone
 #   endif
 #elif U_PLATFORM_USES_ONLY_WIN32_API
 #   define U_TIMEZONE _timezone