summaryrefslogtreecommitdiff
path: root/external/icu/icu4c-solarisgcc.patch
blob: a47d9b1e3506ec4135be12f21405c0d9716c5af7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- build/icu.old/source/common/uposixdefs.h
+++ build/icu/source/common/uposixdefs.h
@@ -52,7 +52,7 @@
  *
  * z/OS needs this definition for timeval and to get usleep.
  */
-#if !defined(_XOPEN_SOURCE_EXTENDED)
+#if !defined(_XOPEN_SOURCE_EXTENDED) && (defined(__IBMC__) || defined(__IBMCPP__))
 #   define _XOPEN_SOURCE_EXTENDED 1
 #endif