1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00

forkpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.

This commit is contained in:
Bruno Haible
2010-03-22 02:46:57 +01:00
parent e665e401dc
commit eb8d73f910
9 changed files with 107 additions and 32 deletions

View File

@@ -7,6 +7,9 @@ Gnulib module: forkpty
Portability problems fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 10, mingw.
@item
One some systems (at least including Cygwin, Interix, OSF/1 4 and 5,
and Mac OS X) linking with @code{-lutil} is not required.
@item
@@ -24,6 +27,4 @@ FreeBSD, Cygwin 1.7.1.
Portability problems not fixed by Gnulib:
@itemize
On some systems (at least including Solaris and HP-UX) the function is
missing.
@end itemize