Document pty.h functions.
[pspp] / doc / glibc-functions / openpty.texi
1 @node openpty
2 @subsection @code{openpty}
3 @findex openpty
4
5 Gnulib module: ---
6
7 Portability problems fixed by Gnulib:
8 @itemize
9 @end itemize
10
11 Portability problems not fixed by Gnulib:
12 @itemize
13 @item
14 One some systems (at least including Cygwin, Interix, OSF/1 4 and 5,
15 and Mac OS X) linking with @code{-lutil} is not required.
16 @item
17 On glibc, OpenBSD, NetBSD and FreeBSD linking with @code{-lutil} is
18 required.
19 @item
20 The function is declared in pty.h on Cygwin, Interix, OSF/1 4 and 5,
21 and glibc.  It is declared in util.h on Mac OS X, OpenBSD and NetBSD.
22 It is declared in libutil.h on FreeBSD.
23 @end itemize