X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fposix-functions%2Fsigwait.texi;h=5adf885fd22a51012cb5de1d831c398b359f36e0;hb=3ee187a6d4ba1005dc146e593b07e3fc8a4a4671;hp=4d0107f46f56d12e40d0b53f13a22f6c17548c66;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/sigwait.texi b/doc/posix-functions/sigwait.texi index 4d0107f46..5adf885fd 100644 --- a/doc/posix-functions/sigwait.texi +++ b/doc/posix-functions/sigwait.texi @@ -2,19 +2,22 @@ @section @code{sigwait} @findex sigwait -POSIX specification: @url{http://www.opengroup.org/susv3xsh/sigwait.html} +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 11 2010-11 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined). @end itemize Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -mingw, BeOS. +Minix 3.1.8, mingw, MSVC 9, BeOS. @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