The functions remquo(), remquof() and remquol() are thread safe. Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> --- man3/remquo.3 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/man3/remquo.3 b/man3/remquo.3 index b683a97..43191bb 100644 --- a/man3/remquo.3 +++ b/man3/remquo.3 @@ -9,7 +9,7 @@ .\" based on glibc infopages .\" polished, aeb .\" -.TH REMQUO 3 2010-09-20 "GNU" "Linux Programmer's Manual" +.TH REMQUO 3 2014-05-06 "GNU" "Linux Programmer's Manual" .SH NAME remquo, remquof, remquol \- remainder and part of quotient .SH SYNOPSIS @@ -121,6 +121,14 @@ These functions do not set .\" Bug raised: http://sources.redhat.com/bugzilla/show_bug.cgi?id=6802 .SH VERSIONS These functions first appeared in glibc in version 2.1. +.SH ATTRIBUTES +.SS Multithreading (see pthreads(7)) +The +.BR remquo (), +.BR remquof (), +and +.BR remquol () +functions are thread-safe. .SH CONFORMING TO C99, POSIX.1-2001. .SH SEE ALSO -- 1.9.0 -- 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