The functions round(), roundf() and roundl() are thread safe. Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> --- man3/round.3 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/man3/round.3 b/man3/round.3 index ee2dfeb..9bea807 100644 --- a/man3/round.3 +++ b/man3/round.3 @@ -80,6 +80,14 @@ No errors occur. POSIX.1-2001 documents a range error for overflows, but see NOTES. .SH VERSIONS These functions first appeared in glibc in version 2.1. +.SH ATTRIBUTES +.SS Multithreading (see pthreads(7)) +The +.BR round (), +.BR roundf () +and +.BR roundl () +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