On 12/23/13 15:08, Peng Haitao wrote: > The functions sincos(), sincosf() and sincosl() are thread safe. Thanks. Applied! Cheers, Michael > Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> > --- > man3/sincos.3 | 10 +++++++++- > 1 file changed, 9 insertions(+), 1 deletion(-) > > diff --git a/man3/sincos.3 b/man3/sincos.3 > index 0362f2c..62e80a2 100644 > --- a/man3/sincos.3 > +++ b/man3/sincos.3 > @@ -6,7 +6,7 @@ > .\" Distributed under GPL > .\" %%%LICENSE_END > .\" > -.TH SINCOS 3 2008-08-11 "GNU" "Linux Programmer's Manual" > +.TH SINCOS 3 2013-12-23 "GNU" "Linux Programmer's Manual" > .SH NAME > sincos, sincosf, sincosl \- calculate sin and cos simultaneously > .SH SYNOPSIS > @@ -72,6 +72,14 @@ These functions do not set > .\" those functions. > .SH VERSIONS > These functions first appeared in glibc in version 2.1. > +.SH ATTRIBUTES > +.SS Multithreading (see pthreads(7)) > +The > +.BR sincos (), > +.BR sincosf (), > +and > +.BR sincosl () > +functions are thread-safe. > .SH CONFORMING TO > This function is a GNU extension. > .SH SEE ALSO > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ -- 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