aboutsummaryrefslogtreecommitdiff
path: root/libs/icu/patches/010-max_align_t.patch
diff options
context:
space:
mode:
authorHirokazu MORIKAWA <morikw2@gmail.com>2020-12-24 15:18:56 +0900
committerHirokazu MORIKAWA <morikw2@gmail.com>2020-12-24 15:18:56 +0900
commitd6317132dd7040fcab492ba76ec60b6fa8ae4fe6 (patch)
tree1784033a8f77c52badc047e082a4be512bb1ca00 /libs/icu/patches/010-max_align_t.patch
parent740740d2195f1a483dbabcf2f82108f47256dccd (diff)
icu: update to 68.2
Maintainer: me Compile tested: head r15324-920b692, aarch64, x86_64 Run tested: (qemu-5.2.0) aarch64 Description: Update to 68.2 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Diffstat (limited to 'libs/icu/patches/010-max_align_t.patch')
-rw-r--r--libs/icu/patches/010-max_align_t.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/icu/patches/010-max_align_t.patch b/libs/icu/patches/010-max_align_t.patch
index 0ad406b41..0a139b124 100644
--- a/libs/icu/patches/010-max_align_t.patch
+++ b/libs/icu/patches/010-max_align_t.patch
@@ -38,7 +38,7 @@
};
static const UText emptyText = UTEXT_INITIALIZER;
-@@ -584,7 +584,7 @@ utext_setup(UText *ut, int32_t extraSpace, UErrorCode *status) {
+@@ -584,7 +584,7 @@ utext_setup(UText *ut, int32_t extraSpac
// We need to heap-allocate storage for the new UText
int32_t spaceRequired = sizeof(UText);
if (extraSpace > 0) {