mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-18 23:42:00 +03:00
* doc/*/*.texi: Mention Solaris 11 2011-11 where appropriate. * m4/printf.m4: Update comments.
39 lines
979 B
Plaintext
39 lines
979 B
Plaintext
@node pty.h
|
|
@section @file{pty.h}
|
|
|
|
Declares the functions @code{openpty} and @code{forkpty}.
|
|
|
|
Documentation:
|
|
@itemize
|
|
@item
|
|
@ifinfo
|
|
@ref{Pseudo-Terminal Pairs,,Opening a Pseudo-Terminal Pair,libc},
|
|
@end ifinfo
|
|
@ifnotinfo
|
|
@url{http://www.gnu.org/software/libc/manual/html_node/Pseudo_002dTerminal-Pairs.html},
|
|
@end ifnotinfo
|
|
@item
|
|
@uref{http://www.kernel.org/doc/man-pages/online/pages/man3/openpty.3.html,,man openpty}.
|
|
@end itemize
|
|
|
|
Gnulib module: pty
|
|
|
|
Portability problems fixed by Gnulib:
|
|
@itemize
|
|
@item
|
|
This header file is missing on some platforms that declare the
|
|
@code{forkpty} and @code{openpty} functions in @code{util.h} or
|
|
@code{libutil.h} instead: MacOS X 10.5, FreeBSD 6.0, NetBSD 5.0,
|
|
OpenBSD 3.8.
|
|
@item
|
|
This header file is missing on some platforms:
|
|
Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 11 2011-11, BeOS.
|
|
@end itemize
|
|
|
|
Portability problems not fixed by Gnulib:
|
|
@itemize
|
|
@item
|
|
This header file is missing on some platforms:
|
|
mingw, MSVC 9.
|
|
@end itemize
|