summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-04-24 18:47:19 +0000
committerUlrich Drepper <drepper@redhat.com>2009-04-24 18:47:19 +0000
commitc9edc8891dac165b8446cdd11db4304f9faf01d8 (patch)
tree261ff4a90cd7ed147cab0766fab92d2a3db7b710 /ChangeLog
parentc2d5bd5b00cfbb0ef192821f2d724fb6448d59e3 (diff)
* locale/programs/locarchive.c (enlarge_archive): Conserve address
space when temporarily mapping the whole content of the old file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ea0108da4..35b45d825d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2009-04-24 Ulrich Drepper <drepper@redhat.com>
+ * locale/programs/locarchive.c (enlarge_archive): Conserve address
+ space when temporarily mapping the whole content of the old file.
+
[BZ #10100]
* misc/hsearch_r.c (hsearch_r): Add back ensurance that hval is
not zero.