about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2010-08-03 09:54:22 -0700
committerRoland McGrath <roland@redhat.com>2010-08-03 09:54:22 -0700
commitfd3ebedafc751998b4596d0277a704c41988d10b (patch)
treefebc32b1da59bfa4aaec28a3ec8c93b88ddfe7d9 /ChangeLog
parent5a42321d438211210e0869e5e90f8d75d1354e14 (diff)
downloadglibc-fd3ebedafc751998b4596d0277a704c41988d10b.tar.gz
glibc-fd3ebedafc751998b4596d0277a704c41988d10b.tar.xz
glibc-fd3ebedafc751998b4596d0277a704c41988d10b.zip
Hurd: fix ttyname{,_r} errno result for non-ttys
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bd589f7e13..ee565af088 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,13 @@
 	* hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
 	when converting to ms.
 
+2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
+
+	* sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
+	EOPNOTSUPP errors with ENOTTY.
+	* sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
+	EOPNOTSUPP errors with ENOTTY.
+
 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
 
 	* sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):