summaryrefslogtreecommitdiff
path: root/doc/posix-functions/sigwait.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-04-25 23:08:38 +0200
committerBruno Haible <bruno@clisp.org>2010-04-25 23:08:38 +0200
commit309fac666a372897d6ffd18b624684cd64bb4f3c (patch)
treea8a64a99f98d59e7d3ff56888a11f8728ec607dc /doc/posix-functions/sigwait.texi
parenta731808a4ac512228e870d5f443b91557f418559 (diff)
downloadgnulib-309fac666a372897d6ffd18b624684cd64bb4f3c.tar.gz
Use the 'extensions' module for some more functions on Solaris.
Diffstat (limited to 'doc/posix-functions/sigwait.texi')
-rw-r--r--doc/posix-functions/sigwait.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/posix-functions/sigwait.texi b/doc/posix-functions/sigwait.texi
index 21fb89d30e..15bc4002e7 100644
--- a/doc/posix-functions/sigwait.texi
+++ b/doc/posix-functions/sigwait.texi
@@ -4,10 +4,13 @@
POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sigwait.html}
-Gnulib module: ---
+Gnulib module: extensions
Portability problems 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
Portability problems not fixed by Gnulib:
@@ -16,9 +19,6 @@ 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