The functions fma(), fmaf() and fmal() are thread safe. Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> --- man3/fma.3 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/man3/fma.3 b/man3/fma.3 index 29bb670..e7c065f 100644 --- a/man3/fma.3 +++ b/man3/fma.3 @@ -9,7 +9,7 @@ .\" Modified 2004-11-15, Added further text on FLT_ROUNDS .\" as suggested by AEB and Fabian Kreutz .\" -.TH FMA 3 2010-09-20 "" "Linux Programmer's Manual" +.TH FMA 3 2013-07-30 "" "Linux Programmer's Manual" .SH NAME fma, fmaf, fmal \- floating-point multiply and add .SH SYNOPSIS @@ -153,6 +153,14 @@ These functions do not set .\" Bug raised: http://sources.redhat.com/bugzilla/show_bug.cgi?id=6801 .SH VERSIONS These functions first appeared in glibc in version 2.1. +.SH ATTRIBUTES +.SS Multithreading (see pthreads(7)) +The +.BR fma (), +.BR fmaf (), +and +.BR fmal () +functions are thread-safe. .SH CONFORMING TO C99, POSIX.1-2001. .SH SEE ALSO -- 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