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

Unified Diff: public/common/unicode/plinux.h

Issue 15973007: Don't use __timezone when using uClibc (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu46.git@master
Patch Set: fix typo Created 7 years, 6 months 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 | « README.chromium ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/common/unicode/plinux.h
diff --git a/public/common/unicode/plinux.h b/public/common/unicode/plinux.h
index db4d0478f7f357d1be71592e81c3fb080e4e2688..f15cffc515f7f65845bc4c919e8102ab2a331b32 100644
--- a/public/common/unicode/plinux.h
+++ b/public/common/unicode/plinux.h
@@ -282,7 +282,7 @@
#if 1
#define U_TZSET tzset
#endif
-#if 1
+#if !defined(__UCLIBC__)
#define U_TIMEZONE __timezone
#endif
#if 1
« no previous file with comments | « README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698