The function iswctype() is thread safe. Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> --- man3/iswctype.3 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/man3/iswctype.3 b/man3/iswctype.3 index a7dfec4..28763ad 100644 --- a/man3/iswctype.3 +++ b/man3/iswctype.3 @@ -13,7 +13,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH ISWCTYPE 3 1999-07-25 "GNU" "Linux Programmer's Manual" +.TH ISWCTYPE 3 2014-02-14 "GNU" "Linux Programmer's Manual" .SH NAME iswctype \- wide-character classification .SH SYNOPSIS @@ -54,6 +54,11 @@ the has the designated property. Otherwise it returns 0. +.SH ATTRIBUTES +.SS Multithreading (see pthreads(7)) +The +.BR iswctype () +function is thread-safe. .SH CONFORMING TO C99. .SH NOTES -- 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