summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-04-28 15:00:14 -0700
committerRoland McGrath <roland@redhat.com>2010-04-28 15:00:14 -0700
commit8c0677fe5d91b7269364ca08fa08ed09e4c2d8c9 (patch)
treebf7c3ab332c3f5443cae34a82656765cb30c2a23 /ChangeLog
parent6cffee3611f324326ae46bb02d2baeb62c0db6a4 (diff)
BZ #11538: Fix ttyname_r callers not to expect errno was set.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 54a09b7829..e5bf7da4bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2010-04-25 Bruno Haible <bruno@clisp.org>
+ [BZ #11538]
+ * sysdeps/unix/bsd/ptsname.c (__ptsname_r): Use __ttyname_r's return
+ value instead of errno.
+ * sysdeps/unix/getlogin.c (getlogin): Likewise.
+
[BZ #11537]
* sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Upon failure, return
errno, not -1.