Paul Eggert wrote:
> --- a/doc/posix-functions/pthread_sigmask.texi
> +++ b/doc/posix-functions/pthread_sigmask.texi
> @@ -8,11 +8,14 @@ Gnulib module: ---
>  
>  Portability problems fixed by Gnulib:
>  @itemize
> +@item
> +This function is missing on some platforms:
> +Solaris 2.4, mingw, BeOS.
>  @end itemize
>  
>  Portability problems not fixed by Gnulib:
>  @itemize
>  @item
> -This function is missing on some platforms:
> -Solaris 2.4, mingw, BeOS.
> +On platforms that do not natively support this function,
> +it has unspecified behavior in a multi-threaded process.
>  @end itemize
> 

This patch documented the effects of the new module, but did not reveal
its name. Fixed:


2011-07-07  Bruno Haible  <br...@clisp.org>

        pthread_sigmask: Document the module.
        * doc/posix-functions/pthread_sigmask.texi: Mention the new module.

--- doc/posix-functions/pthread_sigmask.texi.orig       Fri Jul  8 02:17:06 2011
+++ doc/posix-functions/pthread_sigmask.texi    Fri Jul  8 02:16:54 2011
@@ -4,7 +4,7 @@
 
 POSIX specification:@* 
@url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_sigmask.html}
 
-Gnulib module: ---
+Gnulib module: pthread_sigmask
 
 Portability problems fixed by Gnulib:
 @itemize
-- 
In memoriam Georges Mandel <http://en.wikipedia.org/wiki/Georges_Mandel>

Reply via email to