On 07/30/13 05:15, Peng Haitao wrote: > The functions fmax(), fmaxf() and fmaxl() are thread safe. Thanks. Applied. Cheers, Michael > Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> > --- > man3/fmax.3 | 10 +++++++++- > 1 file changed, 9 insertions(+), 1 deletion(-) > > diff --git a/man3/fmax.3 b/man3/fmax.3 > index 12340d3..5f18ac1 100644 > --- a/man3/fmax.3 > +++ b/man3/fmax.3 > @@ -6,7 +6,7 @@ > .\" Distributed under GPL > .\" %%%LICENSE_END > .\" > -.TH FMAX 3 2010-09-20 "" "Linux Programmer's Manual" > +.TH FMAX 3 2013-07-30 "" "Linux Programmer's Manual" > .SH NAME > fmax, fmaxf, fmaxl \- determine maximum of two floating-point numbers > .SH SYNOPSIS > @@ -55,6 +55,14 @@ If both arguments are NaN, a NaN is returned. > No errors occur. > .SH VERSIONS > These functions first appeared in glibc in version 2.1. > +.SH ATTRIBUTES > +.SS Multithreading (see pthreads(7)) > +The > +.BR fmax (), > +.BR fmaxf (), > +and > +.BR fmaxl () > +functions are thread-safe. > .SH CONFORMING TO > C99, POSIX.1-2001. > .SH SEE ALSO > -- 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