2 @subsection @code{forkpty}
7 Portability problems fixed by Gnulib:
10 This function is missing on some platforms:
11 Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 11 2010-11.
13 One some systems (at least including Cygwin, Interix, OSF/1 4 and 5,
14 and Mac OS X) linking with @code{-lutil} is not required.
16 On glibc, OpenBSD, NetBSD and FreeBSD linking with @code{-lutil} is
19 The function is declared in pty.h on Cygwin, Interix, OSF/1 4 and 5,
20 and glibc. It is declared in util.h on Mac OS X, OpenBSD and NetBSD.
21 It is declared in libutil.h on FreeBSD.
23 Some platforms declare the function without marking the last two
24 parameters @code{const}.
25 FreeBSD, Cygwin 1.7.1.
28 Portability problems not fixed by Gnulib:
31 This function is missing on some platforms: