From: Bruno Haible Date: Sat, 18 Jun 2011 21:02:39 +0000 (+0200) Subject: Doc update. X-Git-Tag: v0.1~2240 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=6474bb65c48fbe61176033a319a939c57863c214;p=gnulib.git Doc update. * doc/posix-functions/pthread_attr_getstack.texi: Update info regarding HP-UX. * doc/posix-functions/pthread_attr_setstack.texi: Likewise. --- diff --git a/ChangeLog b/ChangeLog index 053383c2b..d3f084882 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2011-06-18 Bruno Haible + Doc update. + * doc/posix-functions/pthread_attr_getstack.texi: Update info regarding + HP-UX. + * doc/posix-functions/pthread_attr_setstack.texi: Likewise. + +2011-06-18 Bruno Haible + getcwd tests: Avoid compilation error on HP-UX 11.31. * modules/getcwd-tests (Depends-on): Add pathmax. * tests/test-getcwd.c: Include pathmax.h. diff --git a/doc/posix-functions/pthread_attr_getstack.texi b/doc/posix-functions/pthread_attr_getstack.texi index bb21fbf76..b5ddd7312 100644 --- a/doc/posix-functions/pthread_attr_getstack.texi +++ b/doc/posix-functions/pthread_attr_getstack.texi @@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, mingw, BeOS. +AIX 5.1, HP-UX 11.11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, mingw, BeOS. @end itemize diff --git a/doc/posix-functions/pthread_attr_setstack.texi b/doc/posix-functions/pthread_attr_setstack.texi index 77b90568c..1faef5abf 100644 --- a/doc/posix-functions/pthread_attr_setstack.texi +++ b/doc/posix-functions/pthread_attr_setstack.texi @@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, mingw, BeOS. +AIX 5.1, HP-UX 11.11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, mingw, BeOS. @end itemize