iswxdigit.3: ATTRIBUTES: Note function that is thread safe with exceptions

The function iswxdigit() is thread safe with exceptions.

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 2014-07-09 09:54:55 +08:00 committed by Michael Kerrisk
parent 69964c671b
commit 4fe7e8baaf
1 changed files with 12 additions and 0 deletions

View File

@ -58,6 +58,18 @@ function returns nonzero if
is a wide character
belonging to the wide-character class "xdigit".
Otherwise, it returns zero.
.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 iswxdigit ()
T} Thread safety MT-Safe locale
.TE
.SH CONFORMING TO
C99.
.SH NOTES