On 14.10.2013 20:10, Peng Haitao wrote: > The functions cos(), cosf() and cosl() are thread safe. Applied. Thanks, Michael > Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> > --- > man3/cos.3 | 10 +++++++++- > 1 file changed, 9 insertions(+), 1 deletion(-) > > diff --git a/man3/cos.3 b/man3/cos.3 > index c68c204..6e7fb76 100644 > --- a/man3/cos.3 > +++ b/man3/cos.3 > @@ -31,7 +31,7 @@ > .\" Modified 1993-07-24 by Rik Faith (faith@xxxxxxxxxx) > .\" Modified 2002-07-27 by Walter Harms > .\" (walter.harms@xxxxxxxxxxxxxxxxxxxxxxxxxxx) > -.TH COS 3 2010-09-11 "" "Linux Programmer's Manual" > +.TH COS 3 2013-10-14 "" "Linux Programmer's Manual" > .SH NAME > cos, cosf, cosl \- cosine function > .SH SYNOPSIS > @@ -101,6 +101,14 @@ is set to > An invalid floating-point exception > .RB ( FE_INVALID ) > is raised. > +.SH ATTRIBUTES > +.SS Multithreading (see pthreads(7)) > +The > +.BR cos (), > +.BR cosf (), > +and > +.BR cosl () > +functions are thread-safe. > .SH CONFORMING TO > C99, POSIX.1-2001. > The variant returning > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ My next Linux/UNIX system programming course: -- 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