comparison doc/posix-functions/ttyname.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 b8576602c861
children
comparison
equal deleted inserted replaced
40138:bec39651dc8d 40139:3bacbf659cc9
13 Portability problems not fixed by Gnulib: 13 Portability problems not fixed by Gnulib:
14 @itemize 14 @itemize
15 @item 15 @item
16 This function is missing on some platforms: 16 This function is missing on some platforms:
17 mingw, MSVC 14. 17 mingw, MSVC 14.
18 @item
19 This function is just a stub that produces an error message on standard error
20 on some platforms:
21 Android 4.3.
18 @end itemize 22 @end itemize