diff options
| -rw-r--r-- | man3/sincos.3 | 10 |
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 |
