Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(553)

Unified Diff: source/common/unicode/pnacl.h

Issue 109553005: Compile ICU for [P]NaCl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/icu46
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « patches/pnacl.h.patch ('k') | source/common/unicode/ptypes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/common/unicode/pnacl.h
diff --git a/source/common/unicode/plinux.h b/source/common/unicode/pnacl.h
similarity index 99%
copy from source/common/unicode/plinux.h
copy to source/common/unicode/pnacl.h
index f15cffc515f7f65845bc4c919e8102ab2a331b32..f3b60a32ea5e735b602d545be102451abb693f69 100644
--- a/source/common/unicode/plinux.h
+++ b/source/common/unicode/pnacl.h
@@ -282,8 +282,10 @@
#if 1
#define U_TZSET tzset
#endif
-#if !defined(__UCLIBC__)
+#if defined(__GLIBC__)
#define U_TIMEZONE __timezone
+#else
+#define U_TIMEZONE _timezone
#endif
#if 1
#define U_TZNAME tzname
« no previous file with comments | « patches/pnacl.h.patch ('k') | source/common/unicode/ptypes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698