summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-04-26 00:18:10 +0200
committerBruno Haible <bruno@clisp.org>2010-04-26 00:18:10 +0200
commit64ee0bacb33ac4112f353a0d0771ff4f497d8fe3 (patch)
tree920e330cb00b6c8bf5b6c032ab039fb93972ebaf /doc
parent309fac666a372897d6ffd18b624684cd64bb4f3c (diff)
downloadgnulib-64ee0bacb33ac4112f353a0d0771ff4f497d8fe3.tar.gz
ttyname_r: Make it work on Solaris 10.
Diffstat (limited to 'doc')
-rw-r--r--doc/posix-functions/ttyname_r.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/posix-functions/ttyname_r.texi b/doc/posix-functions/ttyname_r.texi
index 4780390e2e..877e4b2f66 100644
--- a/doc/posix-functions/ttyname_r.texi
+++ b/doc/posix-functions/ttyname_r.texi
@@ -14,6 +14,10 @@ NetBSD 3.0, mingw, BeOS.
@item
This function has an incompatible declaration on some platforms:
MacOS X 10.4, Solaris 10 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined).
+@item
+This function refuses to do anything when the output buffer is less than 128
+bytes large, on some platforms:
+Solaris 10.
@end itemize
Portability problems not fixed by Gnulib: