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

The marking matches glibc marking.

Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Ma Shimiao 2015-02-05 13:18:44 +08:00 committed by Michael Kerrisk
parent 3b8c8d78ad
commit cba6ce5e2e
1 changed files with 12 additions and 0 deletions

View File

@ -91,6 +91,18 @@ If an invalid multibyte sequence was
encountered,
.I (size_t)\ \-1
is returned.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
.TS
allbox;
lb lb lb
l l l.
Interface Attribute Value
T{
.BR mbstowcs ()
T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
C99.
.SH NOTES