about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoe Landers <jlanders@vmware.com>2010-01-22 12:44:58 -0800
committerUlrich Drepper <drepper@redhat.com>2010-01-22 12:44:58 -0800
commit8b2f25c23374fe79645499b8095f0d2f6eb24f71 (patch)
tree59655deae1fd95200f5742c83ccf6fcb30a59775 /ChangeLog
parentaef699dce14a56ff0f212f533e5ea485d3cec96a (diff)
downloadglibc-8b2f25c23374fe79645499b8095f0d2f6eb24f71.tar.gz
glibc-8b2f25c23374fe79645499b8095f0d2f6eb24f71.tar.xz
glibc-8b2f25c23374fe79645499b8095f0d2f6eb24f71.zip
_nl_load_locale() incorrectly handles mmap() failures
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 91725d52a4..28953a79c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-01-22  Ulrich Drepper  <drepper@redhat.com>
+
+	* locale/loadlocale.c (_nl_load_locale): Fix recognition of genuine
+	mmap resource problem.  Patch by Joe Landers <jlanders@vmware.com>.
+
 2010-01-22  Jim Meyering  <jim@meyering.net>
 
 	[BZ #11193]