comparison doc/posix-functions/ttyname_r.texi @ 40139:3bacbf659cc9

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.
author Bruno Haible <bruno@clisp.org>
date Sat, 26 Jan 2019 11:56:31 +0100
parents 73d60b1f9c96
children
comparison
equal deleted inserted replaced
40138:bec39651dc8d 40139:3bacbf659cc9
24 OSF/1 5.1. 24 OSF/1 5.1.
25 @item 25 @item
26 This function refuses to do anything when the output buffer is less than 128 26 This function refuses to do anything when the output buffer is less than 128
27 bytes large, on some platforms: 27 bytes large, on some platforms:
28 Solaris 11 2010-11. 28 Solaris 11 2010-11.
29 @item
30 This function is just a stub that produces an error message on standard error
31 on some platforms:
32 Android 4.3.
29 @end itemize 33 @end itemize
30 34
31 Portability problems not fixed by Gnulib: 35 Portability problems not fixed by Gnulib:
32 @itemize 36 @itemize
33 @end itemize 37 @end itemize