mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-377 undid Todd's change for Darwin.
X-SVN-Rev: 2195
This commit is contained in:
parent
0981f6185a
commit
564208bca3
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@
|
|||
#define POSIX 1
|
||||
#endif
|
||||
|
||||
#if defined(POSIX) || defined(U_SOLARIS) || defined(AIX) || defined(HPUX) || defined(U_DARWIN)
|
||||
#if defined(POSIX) || defined(U_SOLARIS) || defined(AIX) || defined(HPUX)
|
||||
|
||||
#define HAVE_IMP
|
||||
|
||||
#include <pthread.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue