The functions trunc(), truncf() and truncl() are thread safe. Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> --- man3/trunc.3 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/man3/trunc.3 b/man3/trunc.3 index c60ae46..a2cd0d8 100644 --- a/man3/trunc.3 +++ b/man3/trunc.3 @@ -66,6 +66,14 @@ If \fIx\fP is integral, infinite, or NaN, \fIx\fP itself is returned. No errors occur. .SH VERSIONS These functions first appeared in glibc in version 2.1. +.SH ATTRIBUTES +.SS Multithreading (see pthreads(7)) +The +.BR trunc (), +.BR truncf (), +and +.BR truncl () +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