OSDN Git Service

(split) LDP: Update original to LDP v3.63
[linuxjm/LDP_man-pages.git] / original / man3 / sincos.3
index 0362f2c..62e80a2 100644 (file)
@@ -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