fgetws.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-11 14:34:18 +08:00 committed by Michael Kerrisk
parent b73c480b54
commit ed8b903b35
1 changed files with 12 additions and 0 deletions

View File

@ -49,6 +49,18 @@ The
function, if successful, returns \fIws\fP.
If end of stream
was already reached or if an error occurred, it returns NULL.
.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 fgetws ()
T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
C99, POSIX.1-2001.
.SH NOTES