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>
This commit is contained in:
Peng Haitao 2013-12-16 16:41:43 +08:00 committed by Michael Kerrisk
parent 598a7a2d14
commit 8cceed6998
1 changed files with 9 additions and 1 deletions

View File

@ -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