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

The marking matches glibc marking.
The marking of functions in glibc is:
- __fpurge: MT-Safe race:stream

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-05-20 18:00:04 +08:00 committed by Michael Kerrisk
parent 288c1a09dd
commit 5b53f4bac6
1 changed files with 13 additions and 0 deletions

View File

@ -67,6 +67,19 @@ appropriately.
.B EBADF
.I stream
is not an open stream.
.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 __fpurge ()
T} Thread safety MT-Safe race:stream
.TE
.SH CONFORMING TO
These functions are nonstandard and not portable.
The function