The function getloadavg() is thread safe. Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> --- man3/getloadavg.3 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/man3/getloadavg.3 b/man3/getloadavg.3 index 2510439..cad44f1 100644 --- a/man3/getloadavg.3 +++ b/man3/getloadavg.3 @@ -31,7 +31,7 @@ .\" .\" 2007-12-08, mtk, Converted from mdoc to man macros .\" -.TH GETLOADAVG 3 2007-12-08 "Linux" "Linux Programmer's Manual" +.TH GETLOADAVG 3 2014-04-01 "Linux" "Linux Programmer's Manual" .SH NAME getloadavg \- get system load averages .SH SYNOPSIS @@ -62,6 +62,11 @@ the number of samples actually retrieved is returned. .\" 4.3BSD Reno . .SH VERSIONS This function is available in glibc since version 2.2. +.SH ATTRIBUTES +.SS Multithreading (see pthreads(7)) +The +.BR getloadavg () +function is thread-safe. .SH CONFORMING TO Not in POSIX.1-2001. Present on the BSDs and Solaris. -- 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