utimensat.2: PROTOTYPE: Add <fcntl.h> for AT_* constants

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-03-24 23:44:48 +13:00
parent 4075a06302
commit 3045389f28
1 changed files with 2 additions and 1 deletions

View File

@ -23,11 +23,12 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH UTIMENSAT 2 2009-12-13 "Linux" "Linux Programmer's Manual"
.TH UTIMENSAT 2 2012-03-25 "Linux" "Linux Programmer's Manual"
.SH NAME
utimensat, futimens \- change file timestamps with nanosecond precision
.SH SYNOPSIS
.nf
.B #include <fcntl.h> /* Definition of AT_* constants */
.B #include <sys/stat.h>
.sp
.BI "int utimensat(int " dirfd ", const char *" pathname ,