The functions sin(), sinf() and sinl() are thread safe. Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> --- man3/sin.3 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/man3/sin.3 b/man3/sin.3 index 83f9b31..b110df0 100644 --- a/man3/sin.3 +++ b/man3/sin.3 @@ -32,7 +32,7 @@ .\" Modified 2002-07-27 by Walter Harms .\" (walter.harms@xxxxxxxxxxxxxxxxxxxxxxxxxxx) .\" -.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 -- 1.8.3.1 -- 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