]> granicus.if.org Git - icu/commitdiff
ICU-9390 Revert previous change to uposixdefs.h
authorMichael Ow <mow@svn.icu-project.org>
Fri, 22 Jun 2012 22:40:10 +0000 (22:40 +0000)
committerMichael Ow <mow@svn.icu-project.org>
Fri, 22 Jun 2012 22:40:10 +0000 (22:40 +0000)
X-SVN-Rev: 31984

icu4c/source/common/uposixdefs.h

index 736220772dadd60b21df2cbc3302c5777e10a442..bd64d91abefd54e69bf3dd4a3c3b21b08b653203 100644 (file)
@@ -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