Documentation about Minix.
[gnulib.git] / doc / glibc-headers / pty.texi
1 @node pty.h
2 @section @file{pty.h}
3
4 Declares the functions @code{openpty} and @code{forkpty}.
5
6 Documentation:
7 @itemize
8 @item
9 @ifinfo
10 @ref{Pseudo-Terminal Pairs,,Opening a Pseudo-Terminal Pair,libc},
11 @end ifinfo
12 @ifnotinfo
13 @url{http://www.gnu.org/software/libc/manual/html_node/Pseudo_002dTerminal-Pairs.html},
14 @end ifnotinfo
15 @item
16 @uref{http://www.kernel.org/doc/man-pages/online/pages/man3/openpty.3.html,,man openpty}.
17 @end itemize
18
19 Gnulib module: pty
20
21 Portability problems fixed by Gnulib:
22 @itemize
23 @item
24 This header file is missing on some platforms that declare the
25 @code{forkpty} and @code{openpty} functions in @code{util.h} or
26 @code{libutil.h} instead: MacOS X 10.5, FreeBSD 6.0, NetBSD 5.0,
27 OpenBSD 3.8.
28 @item
29 This header file is missing on some platforms:
30 Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 11 2010-11, BeOS.
31 @end itemize
32
33 Portability problems not fixed by Gnulib:
34 @itemize
35 @item
36 This header file is missing on some platforms:
37 mingw.
38 @end itemize