Thanks, Haitao. Applied. Cheers, Michael On 03/10/2014 06:10 AM, Peng Haitao wrote: > 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 > -- 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