summaryrefslogtreecommitdiff
path: root/doc/posix-functions/ttyname.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-01-26 11:56:31 +0100
committerBruno Haible <bruno@clisp.org>2019-01-26 14:58:09 +0100
commit0c4342cb67e62f981c654c5fa830bd76cc3bd68f (patch)
tree087ed063eb917af15390f87d953e1e2872466e4f /doc/posix-functions/ttyname.texi
parent3324e9ccfc3b8369ba857884c398b251e3d2da41 (diff)
downloadgnulib-0c4342cb67e62f981c654c5fa830bd76cc3bd68f.tar.gz
ttyname_r: Work around bug on Android 4.3.
* m4/ttyname_r.m4 (gl_FUNC_TTYNAME_R): Test whether ttyname_r is a stub. * lib/ttyname_r.c (ttyname_r): Implement for Android. * doc/posix-functions/ttyname_r.texi: Mention the Android bug. * doc/posix-functions/ttyname.texi: Likewise.
Diffstat (limited to 'doc/posix-functions/ttyname.texi')
-rw-r--r--doc/posix-functions/ttyname.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/posix-functions/ttyname.texi b/doc/posix-functions/ttyname.texi
index df5c387ac4..5b9ff5aee2 100644
--- a/doc/posix-functions/ttyname.texi
+++ b/doc/posix-functions/ttyname.texi
@@ -15,4 +15,8 @@ Portability problems not fixed by Gnulib:
@item
This function is missing on some platforms:
mingw, MSVC 14.
+@item
+This function is just a stub that produces an error message on standard error
+on some platforms:
+Android 4.3.
@end itemize