diff options
author | Moonchild <moonchild@palemoon.org> | 2019-11-02 14:37:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-02 14:37:22 +0100 |
commit | ac253a52fc3b4acb440d498021e8dc7b0da44b0c (patch) | |
tree | 0038ae92f1cc7aaff0b55d6e5ac59efcc28bdf8f /intl/icu/source/common/uposixdefs.h | |
parent | 63038fbb2c31bfb9c6f650ce1a992c5b0eb8d64d (diff) | |
parent | 659c7a7d6da224824c49bd64459cb7a16d826a78 (diff) | |
download | uxp-ac253a52fc3b4acb440d498021e8dc7b0da44b0c.tar.gz |
Merge pull request #1262 from athenian200/solaris-work
Support Modern Solaris
Diffstat (limited to 'intl/icu/source/common/uposixdefs.h')
-rw-r--r-- | intl/icu/source/common/uposixdefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/icu/source/common/uposixdefs.h b/intl/icu/source/common/uposixdefs.h index 495deea49e..a5b7fd09fd 100644 --- a/intl/icu/source/common/uposixdefs.h +++ b/intl/icu/source/common/uposixdefs.h @@ -54,7 +54,7 @@ * * z/OS needs this definition for timeval and to get usleep. */ -#if !defined(_XOPEN_SOURCE_EXTENDED) +#if !defined(_XOPEN_SOURCE_EXTENDED) && (U_PLATFORM != U_PF_SOLARIS) # define _XOPEN_SOURCE_EXTENDED 1 #endif |