mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-12 00:14:25 +00:00
ICU-9358 merge into 49.x r33212 for ICU-9912 fix default timezone detection on Solaris
X-SVN-Rev: 33214
This commit is contained in:
parent
a25b4c0c19
commit
75f7acc83a
1 changed files with 5 additions and 4 deletions
|
@ -100,12 +100,13 @@
|
|||
#elif U_PLATFORM_IS_DARWIN_BASED || U_PLATFORM_IS_LINUX_BASED || U_PLATFORM == U_PF_BSD || U_PLATFORM == U_PF_SOLARIS
|
||||
# include <limits.h>
|
||||
# include <unistd.h>
|
||||
# if U_PLATFORM == U_PF_SOLARIS
|
||||
# ifndef _XPG4_2
|
||||
# define _XPG4_2
|
||||
# endif
|
||||
# endif
|
||||
#elif U_PLATFORM == U_PF_QNX
|
||||
# include <sys/neutrino.h>
|
||||
#elif U_PLATFORM == U_PF_SOLARIS
|
||||
# ifndef _XPG4_2
|
||||
# define _XPG4_2
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if (U_PF_MINGW <= U_PLATFORM && U_PLATFORM <= U_PF_CYGWIN) && defined(__STRICT_ANSI__)
|
||||
|
|
Loading…
Add table
Reference in a new issue