aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2012-04-05 00:35:19 +0200
committerThomas Schwinge <thomas@codesourcery.com>2012-04-05 00:35:19 +0200
commitd653abb723919fb11f8573cdedf65505c0eca55f (patch)
tree0e7d519e2dd8673c4136531d8773fe7f0efb0453 /ChangeLog
parentc3b1bf7d8581ac097f06346f0b279fdca92fb6b1 (diff)
downloadglibc-d653abb723919fb11f8573cdedf65505c0eca55f.tar
glibc-d653abb723919fb11f8573cdedf65505c0eca55f.tar.gz
glibc-d653abb723919fb11f8573cdedf65505c0eca55f.tar.bz2
glibc-d653abb723919fb11f8573cdedf65505c0eca55f.zip
[BZ #12340] Fix return code of the Hurd's ttyname_r.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3fe55856a6..dd4a520e1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-04-05 Simon Josefsson <simon@josefsson.org>
+
+ [BZ #12340]
+ * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
+ EINVAL when BUFLEN is too smal.
+
2012-04-05 Thomas Schwinge <thomas@codesourcery.com>
[BZ #13553]