Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 --- a/source/common/unicode/pnacl.h | |
| 2 +++ b/source/common/unicode/pnacl.h | |
| 3 @@ -282,8 +282,10 @@ | |
| 4 #if 1 | |
| 5 #define U_TZSET tzset | |
| 6 #endif | |
| 7 -#if !defined(__UCLIBC__) | |
| 8 +#if 1 | |
|
Mark Mentovai
2013/12/20 19:42:27
Something’s weird. The actual .h has #if defined(_
Sergey Ulanov
2013/12/20 19:48:04
sorry, my bad, I updated this line instead of the
| |
| 9 #define U_TIMEZONE __timezone | |
| 10 +#else | |
| 11 +#define U_TIMEZONE _timezone | |
| 12 #endif | |
| 13 #if 1 | |
| 14 #define U_TZNAME tzname | |
| OLD | NEW |