fseek.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:49:37 +08:00 committed by Michael Kerrisk
parent c9b0afde95
commit 011bc01157
1 changed files with 18 additions and 0 deletions

View File

@ -166,6 +166,24 @@ for any of the errors specified for the routines
.BR lseek (2),
and
.BR malloc (3).
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
.TS
allbox;
lbw27 lb lb
l l l.
Interface Attribute Value
T{
.BR fseek (),
.BR ftell (),
.BR rewind (),
.br
.BR fgetpos (),
.BR fsetpos ()
T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
C89, C99.
.SH SEE ALSO