| OLD | NEW |
| 1 --- a/source/common/unicode/pnacl.h | 1 --- a/source/common/unicode/pnacl.h |
| 2 +++ b/source/common/unicode/pnacl.h | 2 +++ b/source/common/unicode/pnacl.h |
| 3 @@ -282,8 +282,10 @@ | 3 @@ -282,8 +282,10 @@ |
| 4 #if 1 | 4 #if 1 |
| 5 #define U_TZSET tzset | 5 #define U_TZSET tzset |
| 6 #endif | 6 #endif |
| 7 -#if 1 | 7 -#if 1 |
| 8 +#if defined(__GLIBC__) | 8 +#if defined(__GLIBC__) |
| 9 #define U_TIMEZONE __timezone | 9 #define U_TIMEZONE __timezone |
| 10 +#else | 10 +#else |
| 11 +#define U_TIMEZONE _timezone | 11 +#define U_TIMEZONE _timezone |
| 12 #endif | 12 #endif |
| 13 #if 1 | 13 #if 1 |
| 14 #define U_TZNAME tzname | 14 #define U_TZNAME tzname |
| OLD | NEW |