aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorPeng Haitao <penght@cn.fujitsu.com>2014-01-27 14:56:03 +0800
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-01-29 13:51:21 +0100
commitdd733b11fb3b56beebf749ab10f8a32c2063f319 (patch)
tree1a2b6eed764af223ed92e8d32305f376ddc6d465 /man3
parent8532fe6441b3f5ef45411dbee350f33d3cc1e87f (diff)
downloadman-pages-dd733b11fb3b56beebf749ab10f8a32c2063f319.tar.gz
isgreater.3: ATTRIBUTES: Note macros that are thread-safe
The macros isgreater(), isgreaterequal(), isless(), islessequal(), islessgreater() and isunordered() are thread safe. Signed-off-by: Peng Haitao <penght@cn.fujitsu.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
-rw-r--r--man3/isgreater.313
1 files changed, 12 insertions, 1 deletions
diff --git a/man3/isgreater.3 b/man3/isgreater.3
index d241fdec96..fc761c1dc0 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