summaryrefslogtreecommitdiff
path: root/icu/icu4c-solarisgcc.patch
blob: cb668d8b49b1018e99da15fedfbe83d43ddc586c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -uriwb build/icu.old/source/common/uposixdefs.h misc/build/icu/source/common/uposixdefs.h
--- build/icu.old/source/common/uposixdefs.h	2012-04-05 21:46:18.000000000 +0100
+++ build/icu/source/common/uposixdefs.h	2012-06-21 15:45:17.613369477 +0100
@@ -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
 
a?h=private/mst/sw_redlinehide&id=841e1a6f3619054ecc9240e061cd83d4e41d1ca9'>remove some old MSVC workaroundsNoel Grandin 2017-04-12update test to pass now that .ui files are foundCaolán McNamara 2017-03-25Fix typosAndrea Gelmini 2017-03-19TyposJulien Nabet 2017-03-03Fix typosAndrea Gelmini 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2016-12-07Monkey business: Fix typo in comments: et -> ed :)Mike Kaganski 2016-10-03Fix typosAndrea Gelmini 2016-09-29tdf#95386 Remove remaining mentions of Help AgentGabor Kelemen 2016-09-25disable the two unstable tests for nowMarkus Mohrhard 2016-09-22Fix JunitTest_framework_complex:CheckXTitleLuke Deller 2016-08-11Follow-up to 38a3743e0c5d52f9386f74097fd512d3133fbbe3Tor Lillqvist 2016-06-06remove unused fieldNoel Grandin 2016-06-06remove unused imports in java codeNoel Grandin 2016-06-03Add initial CppunitTest_framework_dispatchMiklos Vajna 2016-05-25Fix typosAndrea Gelmini 2016-04-28framework: CheckXTitle still sometimes fails on WNT...Michael Stahl 2016-04-13Use UNO service constructorsStephan Bergmann 2016-04-13remove unused m_xFrame in CheckXTitle unit testAkash Jain 2016-04-07add waitForIdleEvent in remaining testsAkash Jain 2016-04-06See if waitForEventIdle helps hereStephan Bergmann 2016-04-05Add unit tests for XTitle interfaceAkash Jain