The functions cproj(), cprojf() and cprojl() are thread safe. Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> --- man3/cproj.3 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/man3/cproj.3 b/man3/cproj.3 index f80b404..8f70462 100644 --- a/man3/cproj.3 +++ b/man3/cproj.3 @@ -4,7 +4,7 @@ .\" Distributed under GPL .\" %%%LICENSE_END .\" -.TH CPROJ 3 2010-06-10 "" "Linux Programmer's Manual" +.TH CPROJ 3 2013-09-18 "" "Linux Programmer's Manual" .SH NAME cproj, cprojf, cprojl \- project into Riemann Sphere .SH SYNOPSIS @@ -29,6 +29,14 @@ Every complex infinite value is projected to a single infinite value, namely to positive infinity on the real axis. .SH VERSIONS These functions first appeared in glibc in version 2.1. +.SH ATTRIBUTES +.SS Multithreading (see pthreads(7)) +The +.BR cproj (), +.BR cprojf (), +and +.BR cprojl () +functions are thread-safe. .SH CONFORMING TO C99. .SH NOTES -- 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