]> granicus.if.org Git - icu/commitdiff
ICU-11045 fix for glibc assumption
authorSteven R. Loomis <srl@icu-project.org>
Sat, 16 Aug 2014 01:50:06 +0000 (01:50 +0000)
committerSteven R. Loomis <srl@icu-project.org>
Sat, 16 Aug 2014 01:50:06 +0000 (01:50 +0000)
X-SVN-Rev: 36178

icu4c/source/common/putilimp.h

index 4db983a733f2bebb6ab016c8dfddabf646fc0b7c..d2c1c66f170145c3d0bc023b61709573340205b5 100644 (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