2 @section @code{ttyname_r}
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ttyname_r.html}
7 Gnulib module: ttyname_r
9 Portability problems fixed by Gnulib:
12 This function is missing on some platforms:
13 NetBSD 3.0, mingw, BeOS.
15 This function is not declared unless @code{_REENTRANT} is defined,
19 This function has an incompatible declaration on some platforms:
20 MacOS X 10.4, Solaris 11 2010-11 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined).
22 This function ignores the size argument, thus overwriting memory after the
23 buffer, on some platforms:
26 This function refuses to do anything when the output buffer is less than 128
27 bytes large, on some platforms:
31 Portability problems not fixed by Gnulib: