diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-10-03 22:00:05 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-10-03 22:00:05 +0000 |
commit | d3d237560b858b3c07973a5261cd6903fe52909c (patch) | |
tree | e92d1b7c75a4efaeaffc04976e147afe2a850aa9 /ChangeLog | |
parent | 975569d0d953fb8940d23af83ce9f9765b2b07ae (diff) | |
download | glibc-d3d237560b858b3c07973a5261cd6903fe52909c.tar.gz glibc-d3d237560b858b3c07973a5261cd6903fe52909c.tar.xz glibc-d3d237560b858b3c07973a5261cd6903fe52909c.zip |
Hardcode locale archive page size as 4096.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a038c92d3e..1daa62ffbc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2013-10-03 Joseph Myers <joseph@codesourcery.com> + * locale/programs/locarchive.c (add_locale): Use constant 4096 for + page size instead of calling getpagesize. + * locale/localeinfo.h (LOCFILE_ALIGN): New macro. (LOCFILE_ALIGN_MASK): Likewise. (LOCFILE_ALIGN_UP): Likewise. |