Chromium Code Reviews

Side by Side Diff: patches/pnacl.h.patch

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.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
(Empty)
1 --- a/source/common/unicode/pnacl.h
2 +++ b/source/common/unicode/pnacl.h
3 @@ -282,8 +282,10 @@
4 #if 1
5 #define U_TZSET tzset
6 #endif
7 -#if !defined(__UCLIBC__)
8 +#if defined(__GLIBC__)
9 #define U_TIMEZONE __timezone
10 +#else
11 +#define U_TIMEZONE _timezone
12 #endif
13 #if 1
14 #define U_TZNAME tzname
OLDNEW
« README.chromium ('K') | « patches/platform.patch ('k') | source/common/unicode/pnacl.h » ('j') | no next file with comments »

Powered by Google App Engine