ICU-10169 Fix redefinition of macro on os390 in simplethread test code

X-SVN-Rev: 33681
This commit is contained in:
Michael Ow 2013-05-18 00:59:21 +00:00
parent 7d61cab22d
commit 1ba5235ef5

View File

@ -1,6 +1,6 @@
/********************************************************************
* COPYRIGHT:
* Copyright (c) 1999-2012, International Business Machines Corporation and
* Copyright (c) 1999-2013, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
@ -50,9 +50,11 @@
/* Needed by z/OS to get usleep */
#if U_PLATFORM == U_PF_OS390
#define __DOT1 1
#define __UU
#ifndef __UU
# define __UU
#endif
#ifndef _XPG4_2
#define _XPG4_2
# define _XPG4_2
#endif
#include <unistd.h>
#endif