wcrtomb.3: ATTRIBUTES: Note function that isn't thread-safe

The marking matches glibc marking.

wcrtomb: MT-Unsafe race:wcrtomb/!ps

Signed-off-by: Zeng Linggang <zenglg.jy@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Zeng Linggang 2015-04-08 10:56:25 +08:00 committed by Michael Kerrisk
parent 4aefbee837
commit 3d597ecab1
1 changed files with 13 additions and 0 deletions

View File

@ -106,6 +106,19 @@ is returned, and
.I errno
set to
.BR EILSEQ .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
.TS
allbox;
lb lb lbw26
l l l.
Interface Attribute Value
T{
.BR wcrtomb ()
T} Thread safety MT-Unsafe race:wcrtomb/!ps
.TE
.SH CONFORMING TO
C99.
.SH NOTES