The functions ldexp(), ldexpf() and ldexpl() are thread safe. Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> --- man3/ldexp.3 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/man3/ldexp.3 b/man3/ldexp.3 index 03ae43f..e770469 100644 --- a/man3/ldexp.3 +++ b/man3/ldexp.3 @@ -31,7 +31,7 @@ .\" Modified 1993-07-24 by Rik Faith (faith@xxxxxxxxxx) .\" Modified 2004-10-31 by aeb .\" -.TH LDEXP 3 2010-09-20 "" "Linux Programmer's Manual" +.TH LDEXP 3 2013-08-19 "" "Linux Programmer's Manual" .SH NAME ldexp, ldexpf, ldexpl \- multiply floating-point number by integral power of 2 .SH SYNOPSIS @@ -126,6 +126,14 @@ is set to An underflow floating-point exception .RB ( FE_UNDERFLOW ) is raised. +.SH ATTRIBUTES +.SS Multithreading (see pthreads(7)) +The +.BR ldexp (), +.BR ldexpf (), +and +.BR ldexpl () +functions are thread-safe. .SH CONFORMING TO C99, POSIX.1-2001. The variant returning -- 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