ICU-10169 Fix redefinition of macro on os390 in simplethread test code
X-SVN-Rev: 33681
This commit is contained in:
parent
7d61cab22d
commit
1ba5235ef5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user