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

The function iswspace() 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-01 13:56:01 +08:00 committed by Michael Kerrisk
parent b2c5b0e912
commit b31d11a423
1 changed files with 12 additions and 0 deletions

View File

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