fseeko.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-03 16:22:52 +08:00 committed by Michael Kerrisk
parent 6d02776465
commit ac4fa12883
1 changed files with 14 additions and 0 deletions

View File

@ -99,6 +99,20 @@ See the ERRORS in
.BR fseek (3).
.SH VERSIONS
These functions are available under glibc since version 2.1.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
.TS
allbox;
lbw18 lb lb
l l l.
Interface Attribute Value
T{
.BR fseeko (),
.BR ftello ()
T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
SUSv2, POSIX.1-2001.
.SH NOTES