OSDN Git Service

(split) LDP: Update original to LDP v3.65
[linuxjm/LDP_man-pages.git] / original / man3 / sincos.3
index 0362f2c..25a06c7 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,9 +72,25 @@ 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
 .BR cos (3),
 .BR sin (3),
 .BR tan (3)
+.SH COLOPHON
+This page is part of release 3.65 of the Linux
+.I man-pages
+project.
+A description of the project,
+and information about reporting bugs,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.