about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-03-17 23:19:36 +0000
committerUlrich Drepper <drepper@redhat.com>2004-03-17 23:19:36 +0000
commit2d9b02a408070f33d20a4f8f650fe729f2d12dcf (patch)
treea7cfbeaf1d3e0ba939b4b954044c17678dc724a6 /ChangeLog
parent3a0e90bd8b7769c863d19fe734ad6ad8fd831bea (diff)
downloadglibc-2d9b02a408070f33d20a4f8f650fe729f2d12dcf.tar.gz
glibc-2d9b02a408070f33d20a4f8f650fe729f2d12dcf.tar.xz
glibc-2d9b02a408070f33d20a4f8f650fe729f2d12dcf.zip
Update.
	* sysdeps/unix/sysv/linux/ia64/ioperm.c (_iopl): Match EPERM error
	the x86 code produces in case of mission permissions.
	Patch by Bernd Schmidt <bernds@redhat.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a2f6dbec6b..45d6c83cda 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2004-03-17  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/unix/sysv/linux/ia64/ioperm.c (_iopl): Match EPERM error
+	the x86 code produces in case of mission permissions.
+	Patch by Bernd Schmidt <bernds@redhat.com>.
+
 	* resolv/netdb.h: Define AI_IDN_ALLOW_UNASSIGNED,
 	AI_IDN_USE_STD3_ASCII_RULES, NI_IDN_ALLOW_UNASSIGNED, and
 	NI_IDN_USE_STD3_ASCII_RULES.