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

The function ftime() is thread safe.

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Peng Haitao 2013-09-26 17:07:33 +08:00 committed by Michael Kerrisk
parent 886ea57d14
commit 53d029b310
1 changed files with 6 additions and 1 deletions

View File

@ -27,7 +27,7 @@
.\" Modified Sun Oct 18 17:31:43 1998 by Andries Brouwer (aeb@cwi.nl)
.\" 2008-06-23, mtk, minor rewrites, added some details
.\"
.TH FTIME 3 2010-02-25 "GNU" "Linux Programmer's Manual"
.TH FTIME 3 2013-09-26 "GNU" "Linux Programmer's Manual"
.SH NAME
ftime \- return date and time
.SH SYNOPSIS
@ -67,6 +67,11 @@ fields are unspecified; avoid relying on them.
.SH RETURN VALUE
This function always returns 0.
(POSIX.1-2001 specifies, and some systems document, a \-1 error return.)
.SH ATTRIBUTES
.SS Multithreading (see pthreads(7))
The
.BR ftime ()
function is thread-safe.
.SH CONFORMING TO
4.2BSD, POSIX.1-2001.
POSIX.1-2008 removes the specification of