877e4b2f66e425e342518bcbc9b4cba4c9da5d8d
[gnulib.git] / doc / posix-functions / ttyname_r.texi
1 @node ttyname_r
2 @section @code{ttyname_r}
3 @findex ttyname_r
4
5 POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ttyname_r.html}
6
7 Gnulib module: ttyname_r
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 NetBSD 3.0, mingw, BeOS.
14 @item
15 This function has an incompatible declaration on some platforms:
16 MacOS X 10.4, Solaris 10 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined).
17 @item
18 This function refuses to do anything when the output buffer is less than 128
19 bytes large, on some platforms:
20 Solaris 10.
21 @end itemize
22
23 Portability problems not fixed by Gnulib:
24 @itemize
25 @end itemize