On 06/06/13 04:47, Peng Haitao wrote: > The functions abs(), labs(), llabs() and imaxabs() are thread > safe. Thanks, Peng. Applied in my local branch. Cheers, Michael > Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> > --- > man3/abs.3 | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/man3/abs.3 b/man3/abs.3 > index 1abc231..2856084 100644 > --- a/man3/abs.3 > +++ b/man3/abs.3 > @@ -79,6 +79,15 @@ appropriate integer type for the function. > .SH RETURN VALUE > Returns the absolute value of the integer argument, of the appropriate > integer type for the function. > +.SH ATTRIBUTES > +.SS Multithreading (see pthreads(7)) > +The > +.BR abs (), > +.BR labs (), > +.BR llabs () > +and > +.BR imaxabs () > +functions are thread-safe. > .SH CONFORMING TO > SVr4, POSIX.1-2001, 4.3BSD, C99. > .\" POSIX.1 (1996 edition) requires only the > -- 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