OSDN Git Service

(split) LDP: Update original to LDP v3.52.
[linuxjm/LDP_man-pages.git] / original / man3 / conj.3
index 8e7f2e4..2c4f78b 100644 (file)
@@ -4,7 +4,7 @@
 .\" Distributed under GPL
 .\" %%%LICENSE_END
 .\"
-.TH CONJ 3 2008-08-11 "" "Linux Programmer's Manual"
+.TH CONJ 3 2013-06-21 "" "Linux Programmer's Manual"
 .SH NAME
 conj, conjf, conjl \- calculate the complex conjugate
 .SH SYNOPSIS
@@ -31,6 +31,14 @@ One has:
 .fi
 .SH VERSIONS
 These functions first appeared in glibc in version 2.1.
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR conj (),
+.BR conjf (),
+and
+.BR conjl ()
+functions are thread-safe.
 .SH CONFORMING TO
 C99.
 .SH SEE ALSO