On 07/23/13 04:52, Peng Haitao wrote: > The functions floor(), floorf() and floorl() are thread safe. Thanks. Applied. Cheers, Michael > Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> > --- > man3/floor.3 | 10 +++++++++- > 1 file changed, 9 insertions(+), 1 deletion(-) > > diff --git a/man3/floor.3 b/man3/floor.3 > index 9bfba32..2dba54a 100644 > --- a/man3/floor.3 > +++ b/man3/floor.3 > @@ -24,7 +24,7 @@ > .\" the source, must acknowledge the copyright and authors of this work. > .\" %%%LICENSE_END > .\" > -.TH FLOOR 3 2010-09-20 "" "Linux Programmer's Manual" > +.TH FLOOR 3 2013-07-23 "" "Linux Programmer's Manual" > .SH NAME > floor, floorf, floorl \- largest integral value not greater than argument > .SH SYNOPSIS > @@ -77,6 +77,14 @@ itself is returned. > .SH ERRORS > No errors occur. > POSIX.1-2001 documents a range error for overflows, but see NOTES. > +.SH ATTRIBUTES > +.SS Multithreading (see pthreads(7)) > +The > +.BR floor (), > +.BR floorf (), > +and > +.BR floorl () > +functions are thread-safe. > .SH CONFORMING TO > C99, POSIX.1-2001. > The variant returning > -- 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