summaryrefslogtreecommitdiff
path: root/doc/glibc-headers/pty.texi
blob: 6d87b77b76e65867fafd08fde8a828b11fd92acd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
@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{https://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: Mac OS 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 14.
@end itemize