The functions scalbn(), scalbnf(), scalbnl(), scalbln(), scalblnf() and scalblnl() are thread safe. Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> --- man3/scalbln.3 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/man3/scalbln.3 b/man3/scalbln.3 index 5235684..06128e0 100644 --- a/man3/scalbln.3 +++ b/man3/scalbln.3 @@ -152,6 +152,17 @@ These functions do not set .\" Bug raised: http://sources.redhat.com/bugzilla/show_bug.cgi?id=6803 .SH VERSIONS These functions first appeared in glibc in version 2.1. +.SH ATTRIBUTES +.SS Multithreading (see pthreads(7)) +The +.BR scalbn (), +.BR scalbnf (), +.BR scalbnl (), +.BR scalbln (), +.BR scalblnf (), +and +.BR scalblnl () +functions are thread-safe. .SH CONFORMING TO C99, POSIX.1-2001. .SH NOTES -- 1.8.1.4 -- 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