about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <mcgrathr@chromium.org>2011-09-19 11:32:27 -0700
committerRoland McGrath <roland@hack.frob.com>2011-10-08 15:28:52 -0700
commit110946e473b38fc3896212e416d9d7064fecd5b7 (patch)
treed31b859a5296f891ad5727bc624f42d66bfe05ab /ChangeLog
parent506042209575f1da21e5bdd2fd32a4ef4760adea (diff)
downloadglibc-110946e473b38fc3896212e416d9d7064fecd5b7.tar.gz
glibc-110946e473b38fc3896212e416d9d7064fecd5b7.tar.xz
glibc-110946e473b38fc3896212e416d9d7064fecd5b7.zip
Clean up locarchive mmap reservation code.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index df89ebe4ee..e70edd19f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2011-10-08  Roland McGrath  <roland@hack.frob.com>
 
+	* locale/programs/locarchive.c (prepare_address_space): New function.
+	(create_archive, enlarge_archive, open_archive): Use it.
+
 	* sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
 	inside [SHARED], where it is used.