| Index: source/common/unicode/pnacl.h
|
| diff --git a/source/common/unicode/plinux.h b/source/common/unicode/pnacl.h
|
| similarity index 99%
|
| copy from source/common/unicode/plinux.h
|
| copy to source/common/unicode/pnacl.h
|
| index f15cffc515f7f65845bc4c919e8102ab2a331b32..f3b60a32ea5e735b602d545be102451abb693f69 100644
|
| --- a/source/common/unicode/plinux.h
|
| +++ b/source/common/unicode/pnacl.h
|
| @@ -282,8 +282,10 @@
|
| #if 1
|
| #define U_TZSET tzset
|
| #endif
|
| -#if !defined(__UCLIBC__)
|
| +#if defined(__GLIBC__)
|
| #define U_TIMEZONE __timezone
|
| +#else
|
| +#define U_TIMEZONE _timezone
|
| #endif
|
| #if 1
|
| #define U_TZNAME tzname
|
|
|