summaryrefslogtreecommitdiff
path: root/libc/locale/programs/locfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/locale/programs/locfile.c')
-rw-r--r--libc/locale/programs/locfile.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/locale/programs/locfile.c b/libc/locale/programs/locfile.c
index 97cadbd51..8ba3b7404 100644
--- a/libc/locale/programs/locfile.c
+++ b/libc/locale/programs/locfile.c
@@ -542,6 +542,9 @@ compare_files (const char *filename1, const char *filename2, size_t size,
machine running localedef. */
int swap_endianness_p;
+/* The target's value of __align__(uint32_t) - 1. */
+unsigned int uint32_align_mask = 3;
+
/* When called outside a start_locale_structure()/end_locale_structure()
or start_locale_prelude()/end_locale_prelude() block, record that the
next byte in FILE's obstack will be the first byte of a new element.