getline.3: ATTRIBUTES: Note functions that are 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-03-12 11:35:21 +08:00 committed by Michael Kerrisk
parent 938b70a16b
commit 65317e7884
1 changed files with 14 additions and 0 deletions

View File

@ -134,6 +134,20 @@ or
is NULL, or
.I stream
is not valid).
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
.TS
allbox;
lbw21 lb lb
l l l.
Interface Attribute Value
T{
.BR getline (),
.BR getdelim ()
T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
Both
.BR getline ()