The functions getcontext() and setcontext() are thread safe. Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> --- man3/getcontext.3 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/man3/getcontext.3 b/man3/getcontext.3 index 78e0aab..142f768 100644 --- a/man3/getcontext.3 +++ b/man3/getcontext.3 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH GETCONTEXT 3 2009-03-15 "Linux" "Linux Programmer's Manual" +.TH GETCONTEXT 3 2014-04-08 "Linux" "Linux Programmer's Manual" .SH NAME getcontext, setcontext \- get or set the user context .SH SYNOPSIS @@ -150,6 +150,13 @@ On error, both return \-1 and set appropriately. .SH ERRORS None defined. +.SH ATTRIBUTES +.SS Multithreading (see pthreads(7)) +The +.BR getcontext () +and +.BR setcontext () +functions are thread-safe. .SH CONFORMING TO SUSv2, POSIX.1-2001. POSIX.1-2008 removes the specification of -- 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