* 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.
This commit is contained in:
Roland McGrath 2002-08-15 08:30:31 +00:00
parent 5bb9991493
commit 750a13ed3c
1 changed files with 6 additions and 0 deletions

View File

@ -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.