summaryrefslogtreecommitdiff
path: root/icu/icu4c-macosx.patch
blob: d685a5fbc24adeb138df687ec200987b4e506a31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- misc/icu/source/common/putil.cpp
+++ misc/build/icu/source/common/putil.cpp
@@ -975,6 +975,11 @@
     return result;
 }
 #endif
+
+#if U_PLATFORM_IS_DARWIN_BASED
+extern struct tm *localtime_r(const time_t *, struct tm *);
+#endif
+
 U_CAPI const char* U_EXPORT2
 uprv_tzname(int n)
 {