ICU-11045 fix for glibc assumption

X-SVN-Rev: 36178
This commit is contained in:
Steven R. Loomis 2014-08-16 01:50:06 +00:00
parent e3dc3bc456
commit 12a1765e44

View file

@ -120,7 +120,7 @@ typedef size_t uintptr_t;
/* uClibc does not have __timezone or _timezone. */
# elif defined(_NEWLIB_VERSION)
# define U_TIMEZONE _timezone
# else
# elif defined(__GLIBC__)
/* glibc */
# define U_TIMEZONE __timezone
# endif