From: Michael Ow Date: Fri, 22 Jun 2012 22:40:10 +0000 (+0000) Subject: ICU-9390 Revert previous change to uposixdefs.h X-Git-Tag: milestone-59-0-1~3741 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de212075909587e427a04091c9c427adec313686;p=icu ICU-9390 Revert previous change to uposixdefs.h X-SVN-Rev: 31984 --- diff --git a/icu4c/source/common/uposixdefs.h b/icu4c/source/common/uposixdefs.h index 736220772da..bd64d91abef 100644 --- a/icu4c/source/common/uposixdefs.h +++ b/icu4c/source/common/uposixdefs.h @@ -1,6 +1,6 @@ /* ******************************************************************************* -* Copyright (C) 2012, International Business Machines +* Copyright (C) 2011-2012, International Business Machines * Corporation and others. All Rights Reserved. ******************************************************************************* * file name: uposixdefs.h @@ -52,7 +52,7 @@ * * z/OS needs this definition for timeval and to get usleep. */ -#if !defined(_XOPEN_SOURCE_EXTENDED) && (defined(__IBMC__) || defined(__IBMCPP__)) +#if !defined(_XOPEN_SOURCE_EXTENDED) # define _XOPEN_SOURCE_EXTENDED 1 #endif