X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fglibc-functions%2Fforkpty.texi;h=fefffb02762bded0f05ba12390b676c2aa57d58d;hb=d8fb6162b94aa556e0e150cc27d797d688a9e767;hp=7701a3826b4cf9d5262f12e6a5e623957adafdd9;hpb=63983c0aac914c1a585cb6a7d0b16dc170b6ee3e;p=gnulib.git diff --git a/doc/glibc-functions/forkpty.texi b/doc/glibc-functions/forkpty.texi index 7701a3826..fefffb027 100644 --- a/doc/glibc-functions/forkpty.texi +++ b/doc/glibc-functions/forkpty.texi @@ -2,11 +2,14 @@ @subsection @code{forkpty} @findex forkpty -Gnulib module: pty +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 11 2010-11. +@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 @@ -16,10 +19,15 @@ required. The function is declared in pty.h on Cygwin, Interix, OSF/1 4 and 5, and glibc. It is declared in util.h on Mac OS X, OpenBSD and NetBSD. It is declared in libutil.h on FreeBSD. +@item +Some platforms declare the function without marking the last two +parameters @code{const}. +FreeBSD, Cygwin 1.7.1. @end itemize Portability problems not fixed by Gnulib: @itemize -On some systems (at least including Solaris and HP-UX) the function is -missing. +@item +This function is missing on some platforms: +mingw. @end itemize