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

The functions futimes() and lutimes() are 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-10-29 15:57:58 +08:00 committed by Michael Kerrisk
parent f1915e1ee3
commit 40b42b6f43
1 changed files with 8 additions and 1 deletions

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH FUTIMES 3 2013-03-15 "Linux" "Linux Programmer's Manual"
.TH FUTIMES 3 2013-10-29 "Linux" "Linux Programmer's Manual"
.SH NAME
futimes, lutimes \- change file timestamps
.SH SYNOPSIS
@ -90,6 +90,13 @@ is available since glibc 2.3.
is available since glibc 2.6, and is implemented using the
.BR utimensat (2)
system call, which is supported since kernel 2.6.22.
.SH ATTRIBUTES
.SS Multithreading (see pthreads(7))
The
.BR futimes ()
and
.BR lutimes ()
functions are thread-safe.
.SH CONFORMING TO
These functions are not specified in any standard.
Other than Linux, they are available only on the BSDs.