Applied. Thanks, Haitao. Cheers, Michael On 05/13/2014 05:35 AM, Peng Haitao wrote: > The function pthread_kill() is thread safe. > > Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> > --- > man3/pthread_kill.3 | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/man3/pthread_kill.3 b/man3/pthread_kill.3 > index 82c3978..5c1d0c4 100644 > --- a/man3/pthread_kill.3 > +++ b/man3/pthread_kill.3 > @@ -23,7 +23,7 @@ > .\" the source, must acknowledge the copyright and authors of this work. > .\" %%%LICENSE_END > .\" > -.TH PTHREAD_KILL 3 2014-02-04 "Linux" "Linux Programmer's Manual" > +.TH PTHREAD_KILL 3 2014-05-13 "Linux" "Linux Programmer's Manual" > .SH NAME > pthread_kill \- send a signal to a thread > .SH SYNOPSIS > @@ -69,6 +69,11 @@ on error, it returns an error number, and no signal is sent. > .TP > .B EINVAL > An invalid signal was specified. > +.SH ATTRIBUTES > +.SS Multithreading (see pthreads(7)) > +The > +.BR pthread_kill () > +function is thread-safe. > .SH CONFORMING TO > POSIX.1-2008. > .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