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

The marking matches glibc marking.

mbsnrtowcs: MT-Unsafe race:mbsnrtowcs/!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:18 +08:00 committed by Michael Kerrisk
parent a5047c38da
commit adad095fc6
1 changed files with 13 additions and 0 deletions

View File

@ -160,6 +160,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 lbw29
l l l.
Interface Attribute Value
T{
.BR mbsnrtowcs ()
T} Thread safety MT-Unsafe race:mbsnrtowcs/!ps
.TE
.SH CONFORMING TO
POSIX.1-2008.
.SH NOTES