summaryrefslogtreecommitdiff
path: root/doc/posix-functions/sigwait.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-04-25 19:50:16 +0200
committerBruno Haible <bruno@clisp.org>2010-04-25 19:50:16 +0200
commit3a684fbdcc7cc1381585d5c2c8c27099bf4a1281 (patch)
tree73ce432ff075b006aea322c4a8122b49abc126bd /doc/posix-functions/sigwait.texi
parentf62e9d92ff548d8671fef70f42d1a173933cceb5 (diff)
downloadgnulib-3a684fbdcc7cc1381585d5c2c8c27099bf4a1281.tar.gz
Mention effects of _POSIX_PTHREAD_SEMANTICS on Solaris.
Diffstat (limited to 'doc/posix-functions/sigwait.texi')
-rw-r--r--doc/posix-functions/sigwait.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/posix-functions/sigwait.texi b/doc/posix-functions/sigwait.texi
index 65ccfff808..21fb89d30e 100644
--- a/doc/posix-functions/sigwait.texi
+++ b/doc/posix-functions/sigwait.texi
@@ -16,6 +16,9 @@ Portability problems not fixed by Gnulib:
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