diff options
| author | Peng Haitao <penght@cn.fujitsu.com> | 2013-12-16 16:41:43 +0800 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-01-02 11:49:14 +1300 |
| commit | 8cceed699871f57f5983aeec7283c14bfed771cc (patch) | |
| tree | 1cc9adfc88a198e45fdb571957088d79e6900586 /man3/sin.3 | |
| parent | 598a7a2d14d4f1be3055bf2153afb92561a3867d (diff) | |
| download | man-pages-8cceed699871f57f5983aeec7283c14bfed771cc.tar.gz | |
sin.3: ATTRIBUTES: Note functions that are thread-safe
The functions sin(), sinf() and sinl() 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/sin.3')
| -rw-r--r-- | man3/sin.3 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/man3/sin.3 b/man3/sin.3 index 83f9b3123b..b110df03a9 100644 --- a/man3/sin.3 +++ b/man3/sin.3 @@ -32,7 +32,7 @@ .\" Modified 2002-07-27 by Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) .\" -.TH SIN 3 2010-09-11 "" "Linux Programmer's Manual" +.TH SIN 3 2013-12-16 "" "Linux Programmer's Manual" .SH NAME sin, sinf, sinl \- sine function .SH SYNOPSIS @@ -105,6 +105,14 @@ is set to An invalid floating-point exception .RB ( FE_INVALID ) is raised. +.SH ATTRIBUTES +.SS Multithreading (see pthreads(7)) +The +.BR sin (), +.BR sinf (), +and +.BR sinl () +functions are thread-safe. .SH CONFORMING TO C99, POSIX.1-2001. The variant returning |
