Applied. Thanks, Haitao. Cheers, Michael On 01/27/2014 07:56 AM, Peng Haitao wrote: > The macros isgreater(), isgreaterequal(), isless(), > islessequal(), islessgreater() and isunordered() are thread safe. > > Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> > --- > man3/isgreater.3 | 13 ++++++++++++- > 1 file changed, 12 insertions(+), 1 deletion(-) > > diff --git a/man3/isgreater.3 b/man3/isgreater.3 > index d241fde..fc761c1 100644 > --- a/man3/isgreater.3 > +++ b/man3/isgreater.3 > @@ -7,7 +7,7 @@ > .\" 2002-07-27 Walter Harms > .\" this was done with the help of the glibc manual > .\" > -.TH ISGREATER 3 2012-05-06 "" "Linux Programmer's Manual" > +.TH ISGREATER 3 2014-01-27 "" "Linux Programmer's Manual" > .SH NAME > isgreater, isgreaterequal, isless, islessequal, islessgreater, > isunordered \- floating-point relational tests without exception for NaN > @@ -122,6 +122,17 @@ or > is NaN and 0 otherwise. > .SH ERRORS > No errors occur. > +.SH ATTRIBUTES > +.SS Multithreading (see pthreads(7)) > +The > +.BR isgreater (), > +.BR isgreaterequal (), > +.BR isless (), > +.BR islessequal (), > +.BR islessgreater (), > +and > +.BR isunordered () > +macros are thread-safe. > .SH CONFORMING TO > C99, POSIX.1-2001. > .SH NOTES > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- 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