fmemopen.3: ATTRIBUTES: Note functions that are thread-safe

The markings match glibc markings.

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-03-12 13:33:46 +08:00 committed by Michael Kerrisk
parent 90f1e9c5a8
commit c49cfc4f32
1 changed files with 17 additions and 0 deletions

View File

@ -196,6 +196,23 @@ and
were already available in glibc 1.0.x.
.BR open_wmemstream ()
is available since glibc 2.4.
.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 fopenmem (),
.br
.BR open_memstream (),
.br
.BR open_wmemstream
T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
POSIX.1-2008.
These functions are not specified in POSIX.1-2001,