diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/glibc-functions/forkpty.texi | 7 | ||||
-rw-r--r-- | doc/glibc-functions/openpty.texi | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/doc/glibc-functions/forkpty.texi b/doc/glibc-functions/forkpty.texi index 937005f1ef..c4cf82c165 100644 --- a/doc/glibc-functions/forkpty.texi +++ b/doc/glibc-functions/forkpty.texi @@ -29,13 +29,14 @@ and Mac OS X) linking with @code{-lutil} is not required. On glibc, OpenBSD, NetBSD and FreeBSD linking with @code{-lutil} is required. @item -The function is declared in pty.h on Cygwin -and glibc. It is declared in util.h on Mac OS X, OpenBSD and NetBSD. +The function is declared in pty.h on glibc and Cygwin. +It is declared in util.h on Mac OS X, OpenBSD, and NetBSD. It is declared in libutil.h on FreeBSD. +It is declared in termios.h on Solaris. @item Some platforms declare the function without marking the last two parameters @code{const}. -FreeBSD, Cygwin 1.7.1. +FreeBSD, Solaris 11.4, Cygwin 1.7.1. @end itemize Portability problems not fixed by Gnulib: diff --git a/doc/glibc-functions/openpty.texi b/doc/glibc-functions/openpty.texi index d5f4cf98e5..33f6b74968 100644 --- a/doc/glibc-functions/openpty.texi +++ b/doc/glibc-functions/openpty.texi @@ -29,13 +29,14 @@ and Mac OS X) linking with @code{-lutil} is not required. On glibc, OpenBSD, NetBSD and FreeBSD linking with @code{-lutil} is required. @item -The function is declared in pty.h on Cygwin -and glibc. It is declared in util.h on Mac OS X, OpenBSD and NetBSD. +The function is declared in pty.h on glibc and Cygwin. +It is declared in util.h on Mac OS X, OpenBSD, and NetBSD. It is declared in libutil.h on FreeBSD. +It is declared in termios.h on Solaris. @item Some platforms declare the function without marking the last two parameters @code{const}. -FreeBSD, Cygwin 1.7.1. +FreeBSD, Solaris 11.4, Cygwin 1.7.1. @end itemize Portability problems not fixed by Gnulib: |