mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-11045 fix for glibc assumption
X-SVN-Rev: 36178
This commit is contained in:
parent
e3dc3bc456
commit
12a1765e44
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue