aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Haitao <penght@cn.fujitsu.com>2013-12-23 10:08:59 +0800
committerMichael Kerrisk <mtk.manpages@gmail.com>2013-12-27 07:23:14 +1300
commit4d46869843f0cb2db2963b0e053fdcaee9ba62d0 (patch)
treed7cec68a973c2417584da074d5351bc0288ecf92
parent299c26a0d662cee970f5ac68e1bd355734bd64cb (diff)
downloadman-pages-4d46869843f0cb2db2963b0e053fdcaee9ba62d0.tar.gz
sincos.3: ATTRIBUTES: Note functions that are thread-safe
The functions sincos(), sincosf() and sincosl() are thread safe. Signed-off-by: Peng Haitao <penght@cn.fujitsu.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/sincos.310
1 files changed, 9 insertions, 1 deletions
diff --git a/man3/sincos.3 b/man3/sincos.3
index 0362f2ca38..62e80a2a1c 100644
--- a/man3/sincos.3
+++ b/man3/sincos.3
@@ -6,7 +6,7 @@
.\" Distributed under GPL
.\" %%%LICENSE_END
.\"
-.TH SINCOS 3 2008-08-11 "GNU" "Linux Programmer's Manual"
+.TH SINCOS 3 2013-12-23 "GNU" "Linux Programmer's Manual"
.SH NAME
sincos, sincosf, sincosl \- calculate sin and cos simultaneously
.SH SYNOPSIS
@@ -72,6 +72,14 @@ These functions do not set
.\" those functions.
.SH VERSIONS
These functions first appeared in glibc in version 2.1.
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR sincos (),
+.BR sincosf (),
+and
+.BR sincosl ()
+functions are thread-safe.
.SH CONFORMING TO
This function is a GNU extension.
.SH SEE ALSO