poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / ttyname.texi
blobf3063cb7ffef6e1f7d52133fa15c3f52179f16f6
1 @node ttyname
2 @section @code{ttyname}
3 @findex ttyname
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/ttyname.html}
7 Gnulib module: ---
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This function is missing on some platforms:
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.
22 @end itemize