Chromium Code Reviews| Index: patches/pnacl.h.patch |
| diff --git a/patches/pnacl.h.patch b/patches/pnacl.h.patch |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..cf79b5110c92f1e975d524ccdb22bcf6fa958a9a |
| --- /dev/null |
| +++ b/patches/pnacl.h.patch |
| @@ -0,0 +1,14 @@ |
| +--- a/source/common/unicode/pnacl.h |
| ++++ b/source/common/unicode/pnacl.h |
| +@@ -282,8 +282,10 @@ |
| + #if 1 |
| + #define U_TZSET tzset |
| + #endif |
| +-#if !defined(__UCLIBC__) |
| ++#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
|
| + #define U_TIMEZONE __timezone |
| ++#else |
| ++#define U_TIMEZONE _timezone |
| + #endif |
| + #if 1 |
| + #define U_TZNAME tzname |