Index: README.chromium |
diff --git a/README.chromium b/README.chromium |
index f5dfcae50a8087a9499d22ed35879a54d036941a..c4e6564a7611bb1c8262d1cd347f6311984f051a 100644 |
--- a/README.chromium |
+++ b/README.chromium |
@@ -302,3 +302,12 @@ This directory contains the source code of ICU 4.6 for C/C++ |
27. Change export of U_ICUDATA_ENTRY_POINT from U_IMPORT to U_EXPORT. |
- patches/declspec.patch |
+ |
+28. Add support for QNX Neutrino. |
+ 1. patches/platform.qnx.patch: |
+ Add source/common/unicode/pqnx.h. |
+ 2. patches/si_value.undef.patch: |
+ Work around an all-lowercase macro defined in <signal.h>. |
+ 3. patches/xopen_source.patch: |
+ Set _XOPEN_SOURCE to 600 as in the upstream changeset: |
+ http://bugs.icu-project.org/trac/changeset/30418 |