Re: [PATCH] siginterrupt.3: ATTRIBUTES: Note function that is not thread-safe

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thanks, Haitao. Applied.

Cheers,

Michael


On 06/11/2014 09:02 AM, Peng Haitao wrote:
> The function siginterrupt() is not thread safe.
> 
> Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx>
> ---
>  man3/siginterrupt.3 | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/man3/siginterrupt.3 b/man3/siginterrupt.3
> index bdf8b21..8365348 100644
> --- a/man3/siginterrupt.3
> +++ b/man3/siginterrupt.3
> @@ -84,6 +84,12 @@ set to indicate the cause of the error.
>  .TP
>  .B EINVAL
>  The specified signal number is invalid.
> +.SH ATTRIBUTES
> +.SS Multithreading (see pthreads(7))
> +The
> +.BR siginterrupt ()
> +function uses a global variable that is not protected,
> +so it is not thread-safe.
>  .SH CONFORMING TO
>  4.3BSD, POSIX.1-2001.
>  POSIX.1-2008 marks
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux