The function memfrob() is thread safe. Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> --- man3/memfrob.3 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/man3/memfrob.3 b/man3/memfrob.3 index 732d059..f8b1efe 100644 --- a/man3/memfrob.3 +++ b/man3/memfrob.3 @@ -27,7 +27,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sat Jul 24 18:54:45 1993 by Rik Faith (faith@xxxxxxxxxx) -.TH MEMFROB 3 2010-09-10 "GNU" "Linux Programmer's Manual" +.TH MEMFROB 3 2014-03-17 "GNU" "Linux Programmer's Manual" .SH NAME memfrob \- frobnicate (encrypt) a memory area .SH SYNOPSIS @@ -55,6 +55,11 @@ The .BR memfrob () function returns a pointer to the encrypted memory area. +.SH ATTRIBUTES +.SS Multithreading (see pthreads(7)) +The +.BR memfrob () +function is thread-safe. .SH CONFORMING TO The .BR memfrob () -- 1.8.5.3 -- 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