From: Bruno Haible Date: Sat, 3 Apr 2010 10:37:54 +0000 (+0200) Subject: pty: Update doc. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e4b2a6eb289c5562d4ccffa2505e935387e6d8a;p=pspp pty: Update doc. --- diff --git a/ChangeLog b/ChangeLog index 1998777751..26a5c552b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-04-03 Bruno Haible + + pty: Update doc. + * doc/glibc-headers/pty.texi: Mention changes done since 2010-03-18. + 2010-04-03 Bruno Haible unistd: Fix C++ test error on mingw. diff --git a/doc/glibc-headers/pty.texi b/doc/glibc-headers/pty.texi index 4e6884b93e..65a3fa1a3b 100644 --- a/doc/glibc-headers/pty.texi +++ b/doc/glibc-headers/pty.texi @@ -25,11 +25,14 @@ This header file is missing on some platforms that declare the @code{forkpty} and @code{openpty} functions in @code{util.h} or @code{libutil.h} instead: MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8. +@item +This header file is missing on some platforms: +AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 10, BeOS. @end itemize Portability problems not fixed by Gnulib: @itemize @item This header file is missing on some platforms: -AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 10, mingw, BeOS. +mingw. @end itemize