From: Bruno Haible Date: Sat, 3 Apr 2010 10:37:54 +0000 (+0200) Subject: pty: Update doc. X-Git-Tag: v0.1~4370 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=5e4b2a6eb289c5562d4ccffa2505e935387e6d8a;p=gnulib.git pty: Update doc. --- diff --git a/ChangeLog b/ChangeLog index 199877775..26a5c552b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 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. * lib/unistd.in.h (getcwd): Use _GL_CXXALIAS_SYS_CAST. diff --git a/doc/glibc-headers/pty.texi b/doc/glibc-headers/pty.texi index 4e6884b93..65a3fa1a3 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