The function raise() is thread safe. Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> --- man3/raise.3 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/man3/raise.3 b/man3/raise.3 index 851fa0e..d2a450c 100644 --- a/man3/raise.3 +++ b/man3/raise.3 @@ -26,7 +26,7 @@ .\" Modified Sat Jul 24 18:40:56 1993 by Rik Faith (faith@xxxxxxxxxx) .\" Modified 1995 by Mike Battersby (mib@xxxxxxxxxxxxx) .\" -.TH RAISE 3 2012-04-20 "GNU" "Linux Programmer's Manual" +.TH RAISE 3 2014-03-10 "GNU" "Linux Programmer's Manual" .SH NAME raise \- send a signal to the caller .SH SYNOPSIS @@ -61,6 +61,11 @@ will return only after the signal handler has returned. .SH RETURN VALUE .BR raise () returns 0 on success, and nonzero for failure. +.SH ATTRIBUTES +.SS Multithreading (see pthreads(7)) +The +.BR raise () +function is thread-safe. .SH CONFORMING TO C89, C99, POSIX.1-2001. .SH NOTES -- 1.8.5.3 -- 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