mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-8452 try to work around a problem with using Solaris signal.h
X-SVN-Rev: 30421
This commit is contained in:
parent
ddaa367fa9
commit
d0c495ee99
1 changed files with 5 additions and 5 deletions
|
@ -10,6 +10,11 @@
|
|||
# endif
|
||||
#endif
|
||||
|
||||
/* Define __EXTENSIONS__ for Solaris and old friends in strict mode. */
|
||||
#ifndef __EXTENSIONS__
|
||||
#define __EXTENSIONS__
|
||||
#endif
|
||||
|
||||
// Defines _XOPEN_SOURCE for access to POSIX functions.
|
||||
// Must be before any other #includes.
|
||||
#include "uposixdefs.h"
|
||||
|
@ -64,11 +69,6 @@
|
|||
# endif
|
||||
#endif
|
||||
|
||||
/* Define __EXTENSIONS__ for Solaris and old friends in strict mode. */
|
||||
#ifndef __EXTENSIONS__
|
||||
#define __EXTENSIONS__
|
||||
#endif
|
||||
|
||||
#if U_PLATFORM == U_PF_OS390
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue