diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-15 08:30:31 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-15 08:30:31 +0000 |
commit | 750a13ed3c376650947f703e924821c36952d33b (patch) | |
tree | 6f2ab1b57207ac9eb01d96b0c51c7a9af4c7b2fd | |
parent | 5bb9991493ae15a5acf56da410a1403afef957e5 (diff) | |
download | glibc-750a13ed3c376650947f703e924821c36952d33b.tar.gz glibc-750a13ed3c376650947f703e924821c36952d33b.tar.xz glibc-750a13ed3c376650947f703e924821c36952d33b.zip |
* locale/loadarchive.c (_nl_load_locale_from_archive): Don't read the
header separately, just map an initial window of 2MB from the file and remap if that is not large enough to cover the whole header.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7b4e3bad33..8cd9f755cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-08-15 Roland McGrath <roland@redhat.com> + + * locale/loadarchive.c (_nl_load_locale_from_archive): Don't read the + header separately, just map an initial window of 2MB from the file + and remap if that is not large enough to cover the whole header. + 2002-08-15 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/syscalls.list: Add *xattr syscalls. |