2 @section @code{ptsname}
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ptsname.html}
9 Portability problems fixed by Gnulib:
12 This function is missing on some platforms:
13 Mac OS X 10.3, OpenBSD 3.8, Minix 3.1.8, mingw, MSVC 9, BeOS.
15 This function fails to set errno on failure on some platforms:
19 Portability problems not fixed by Gnulib:
22 This function is not declared on some platforms:
25 On Solaris 11 2010-11, this function fails on all BSD-style @file{/dev/pty*}
28 This function is not thread-safe on some platforms:
30 Likewise, the gnulib replacement is not thread-safe.
33 Note that the Gnulib module @code{ptsname_r} is a version of this
34 function that is more likely to be thread-safe.