view doc/glibc-functions/ptsname_r.texi @ 40246:c34f677e6117 default tip master

_Noreturn: GCC 4.7 does not support [[noreturn]] in C++11 mode * lib/_Noreturn.h, m4/gnulib-common.m4: Don't use [[noreturn]] before GCC 4.8.
author Akim Demaille <akim.demaille@gmail.com>
date Sun, 17 Mar 2019 19:27:20 +0100
parents 81f075eaa990
children
line wrap: on
line source

@node ptsname_r
@subsection @code{ptsname_r}
@findex ptsname_r

Gnulib module: ptsname_r

Portability problems fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8,
AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 11.4, Cygwin 1.7.9, mingw,
MSVC 14, BeOS.
@item
This function is not declared unless @code{_REENTRANT} is defined,
on some platforms:
OSF/1 5.1.
@item
This function has an incompatible declaration on some platforms:
OSF/1 5.1.
@item
When this functions fails, it returns -1 instead of the error code
on some platforms:
Android 4.3.
@end itemize

Portability problems not fixed by Gnulib:
@itemize
@end itemize

Note: Portable programs should expect to find the error code as the
return value of this function, not as the value of @code{errno}.
This is needed for compatibility with musl libc and with the
forthcoming POSIX Issue 8.