The function wcpcpy() is thread safe. Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> --- man3/wcpcpy.3 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/man3/wcpcpy.3 b/man3/wcpcpy.3 index e0eba54..3d437e9 100644 --- a/man3/wcpcpy.3 +++ b/man3/wcpcpy.3 @@ -12,7 +12,7 @@ .\" Dinkumware C library reference http://www.dinkumware.com/ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" -.TH WCPCPY 3 2011-10-01 "GNU" "Linux Programmer's Manual" +.TH WCPCPY 3 2013-12-10 "GNU" "Linux Programmer's Manual" .SH NAME wcpcpy \- copy a wide-character string, returning a pointer to its end .SH SYNOPSIS @@ -64,6 +64,11 @@ wide characters at returns a pointer to the end of the wide-character string .IR dest , that is, a pointer to the terminating null wide character. +.SH ATTRIBUTES +.SS Multithreading (see pthreads(7)) +The +.BR wcpcpy () +function is thread-safe. .SH CONFORMING TO POSIX.1-2008. .SH SEE ALSO -- 1.8.3.1 -- 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