changeset 13265:d12a380d8ac1

Mention effects of _POSIX_PTHREAD_SEMANTICS on Solaris.
author Bruno Haible <bruno@clisp.org>
date Sun, 25 Apr 2010 19:50:16 +0200
parents d66e74e6fe48
children ddd7bebf854c
files ChangeLog doc/posix-functions/asctime_r.texi doc/posix-functions/ctime_r.texi doc/posix-functions/getgrgid_r.texi doc/posix-functions/getgrnam_r.texi doc/posix-functions/getlogin_r.texi doc/posix-functions/getpwnam_r.texi doc/posix-functions/getpwuid_r.texi doc/posix-functions/readdir_r.texi doc/posix-functions/sigwait.texi doc/posix-functions/ttyname_r.texi
diffstat 11 files changed, 46 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2010-04-25  Bruno Haible  <bruno@clisp.org>
+
+	Mention effects of _POSIX_PTHREAD_SEMANTICS on Solaris.
+	* doc/posix-functions/asctime_r.texi: Mention the Solaris problem.
+	* doc/posix-functions/ctime_r.texi: Likewise.
+	* doc/posix-functions/getgrgid_r.texi: Likewise.
+	* doc/posix-functions/getgrnam_r.texi: Likewise.
+	* doc/posix-functions/getlogin_r.texi: Likewise.
+	* doc/posix-functions/getpwnam_r.texi: Likewise.
+	* doc/posix-functions/getpwuid_r.texi: Likewise.
+	* doc/posix-functions/readdir_r.texi: Likewise.
+	* doc/posix-functions/sigwait.texi: Likewise.
+	* doc/posix-functions/ttyname_r.texi: Likewise.
+	Reported by Simon Josefsson.
+
 2010-04-25  Bruno Haible  <bruno@clisp.org>
 
 	gnulib-tool: Don't include hairy tests of dependencies in testdirs.
--- a/doc/posix-functions/asctime_r.texi
+++ b/doc/posix-functions/asctime_r.texi
@@ -16,6 +16,9 @@
 This function is missing on some platforms:
 mingw.
 @item
+This function has an incompatible declaration on some platforms:
+Solaris 10 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined).
+@item
 This function may put more than 26 bytes into the argument buffer if an
 invalid year is passed.
 @end itemize
--- a/doc/posix-functions/ctime_r.texi
+++ b/doc/posix-functions/ctime_r.texi
@@ -16,6 +16,9 @@
 This function is missing on some platforms:
 mingw.
 @item
+This function has an incompatible declaration on some platforms:
+Solaris 10 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined).
+@item
 This function may put more than 26 bytes into the argument buffer if an
 invalid year is passed.
 @end itemize
--- a/doc/posix-functions/getgrgid_r.texi
+++ b/doc/posix-functions/getgrgid_r.texi
@@ -15,4 +15,7 @@
 @item
 This function is missing on some platforms:
 mingw, BeOS.
+@item
+This function has an incompatible declaration on some platforms:
+Solaris 10 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined).
 @end itemize
--- a/doc/posix-functions/getgrnam_r.texi
+++ b/doc/posix-functions/getgrnam_r.texi
@@ -15,4 +15,7 @@
 @item
 This function is missing on some platforms:
 mingw, BeOS.
+@item
+This function has an incompatible declaration on some platforms:
+Solaris 10 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined).
 @end itemize
--- a/doc/posix-functions/getlogin_r.texi
+++ b/doc/posix-functions/getlogin_r.texi
@@ -15,4 +15,7 @@
 
 Portability problems not fixed by Gnulib:
 @itemize
+@item
+This function has an incompatible declaration on some platforms:
+Solaris 10 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined).
 @end itemize
--- a/doc/posix-functions/getpwnam_r.texi
+++ b/doc/posix-functions/getpwnam_r.texi
@@ -15,4 +15,7 @@
 @item
 This function is missing on some platforms:
 OpenBSD 3.8, mingw, BeOS.
+@item
+This function has an incompatible declaration on some platforms:
+Solaris 10 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined).
 @end itemize
--- a/doc/posix-functions/getpwuid_r.texi
+++ b/doc/posix-functions/getpwuid_r.texi
@@ -15,4 +15,7 @@
 @item
 This function is missing on some platforms:
 OpenBSD 3.8, mingw, BeOS.
+@item
+This function has an incompatible declaration on some platforms:
+Solaris 10 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined).
 @end itemize
--- a/doc/posix-functions/readdir_r.texi
+++ b/doc/posix-functions/readdir_r.texi
@@ -15,4 +15,7 @@
 @item
 This function is missing on some platforms:
 mingw, BeOS.
+@item
+This function has an incompatible declaration on some platforms:
+Solaris 10 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined).
 @end itemize
--- a/doc/posix-functions/sigwait.texi
+++ b/doc/posix-functions/sigwait.texi
@@ -16,6 +16,9 @@
 This function is missing on some platforms:
 mingw, BeOS.
 @item
+This function has an incompatible declaration on some platforms:
+Solaris 10 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined).
+@item
 On Linux/glibc platforms before the advent of NPTL, signals could only be
 sent to one particular thread.  In POSIX, signals are sent to the entire
 process and executed by any thread of the process that happens to have the
--- a/doc/posix-functions/ttyname_r.texi
+++ b/doc/posix-functions/ttyname_r.texi
@@ -8,10 +8,14 @@
 
 Portability problems fixed by Gnulib:
 @itemize
+@item
 This function is missing on some platforms:
 NetBSD 3.0, mingw, BeOS.
 @end itemize
 
 Portability problems not fixed by Gnulib:
 @itemize
+@item
+This function has an incompatible declaration on some platforms:
+MacOS X 10.4, Solaris 10 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined).
 @end itemize