wcsncat.3: ATTRIBUTES: Note function that is thread-safe

The function wcsncat() is thread safe.

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Peng Haitao 2013-11-25 10:58:22 +08:00 committed by Michael Kerrisk
parent fde423dcfd
commit 2d7fd8d857
1 changed files with 6 additions and 1 deletions

View File

@ -13,7 +13,7 @@
.\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
.\" ISO/IEC 9899:1999
.\"
.TH WCSNCAT 3 2011-09-28 "GNU" "Linux Programmer's Manual"
.TH WCSNCAT 3 2013-11-25 "GNU" "Linux Programmer's Manual"
.SH NAME
wcsncat \- concatenate two wide-character strings
.SH SYNOPSIS
@ -48,6 +48,11 @@ wide characters at
.BR wcsncat ()
returns
.IR dest .
.SH ATTRIBUTES
.SS Multithreading (see pthreads(7))
The
.BR wcsncat ()
function is thread-safe.
.SH CONFORMING TO
C99.
.SH SEE ALSO