On 06/11/13 11:52, Peng Haitao wrote: > The functions ceil(), ceilf() and ceill() are thread safe. Thanks, Peng. Applied in my local branch. Cheers, Michael > Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> > --- > man3/ceil.3 | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/man3/ceil.3 b/man3/ceil.3 > index 14f6748..edea688 100644 > --- a/man3/ceil.3 > +++ b/man3/ceil.3 > @@ -75,6 +75,14 @@ If \fIx\fP is integral, +0, \-0, NaN, or infinite, > .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 ceil (), > +.BR ceilf () > +and > +.BR ceill () > +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