about summary refs log tree commit diff
path: root/locale/programs/ld-ctype.c
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-10-08 00:14:08 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-10-08 00:14:08 +0000
commit7602d070dca35a848aff1d72cf0724f02df72f62 (patch)
treea2764ad033962e9e3dd2918f9b16a52c40277624 /locale/programs/ld-ctype.c
parentf17f137aaf563daf1ce5532763455b09f5db9b8f (diff)
downloadglibc-7602d070dca35a848aff1d72cf0724f02df72f62.tar.gz
glibc-7602d070dca35a848aff1d72cf0724f02df72f62.tar.xz
glibc-7602d070dca35a848aff1d72cf0724f02df72f62.zip
Clean up locale file alignment handling.
Diffstat (limited to 'locale/programs/ld-ctype.c')
-rw-r--r--locale/programs/ld-ctype.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/programs/ld-ctype.c b/locale/programs/ld-ctype.c
index 1696294459..e7e17b86f9 100644
--- a/locale/programs/ld-ctype.c
+++ b/locale/programs/ld-ctype.c
@@ -1032,7 +1032,7 @@ ctype_output (struct localedef_t *locale, const struct charmap_t *charmap,
 	    for (cnt = 0; cnt < ctype->nr_charclass; ++cnt)
 	      add_locale_string (&file, ctype->classnames[cnt]);
 	    add_locale_char (&file, 0);
-	    align_locale_data (&file, 4);
+	    align_locale_data (&file, LOCFILE_ALIGN);
 	    end_locale_structure (&file);
 	    break;
 
@@ -1042,7 +1042,7 @@ ctype_output (struct localedef_t *locale, const struct charmap_t *charmap,
 	    for (cnt = 0; cnt < ctype->map_collection_nr; ++cnt)
 	      add_locale_string (&file, ctype->mapnames[cnt]);
 	    add_locale_char (&file, 0);
-	    align_locale_data (&file, 4);
+	    align_locale_data (&file, LOCFILE_ALIGN);
 	    end_locale_structure (&file);
 	    break;