The function wcpncpy() is thread safe. Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> --- man3/wcpncpy.3 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/man3/wcpncpy.3 b/man3/wcpncpy.3 index 910dd6f..8b434e8 100644 --- a/man3/wcpncpy.3 +++ b/man3/wcpncpy.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 WCPNCPY 3 2011-10-01 "GNU" "Linux Programmer's Manual" +.TH WCPNCPY 3 2013-12-16 "GNU" "Linux Programmer's Manual" .SH NAME wcpncpy \- copy a fixed-size string of wide characters, returning a pointer to its end @@ -90,6 +90,11 @@ characters at .BR wcpncpy () returns a pointer to the last wide character written, that is, .IR dest + n \-1. +.SH ATTRIBUTES +.SS Multithreading (see pthreads(7)) +The +.BR wcpncpy () +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