From ba78c947f06c0a99b9ea893178e42090411d1821 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 24 Mar 2012 23:26:52 +1300 Subject: [PATCH] futimesat.2: PROTOTYPE: Correct header file and feature test macro requirements Signed-off-by: Michael Kerrisk --- man2/futimesat.2 | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/man2/futimesat.2 b/man2/futimesat.2 index ae16b2b49..5c5449c6e 100644 --- a/man2/futimesat.2 +++ b/man2/futimesat.2 @@ -23,13 +23,14 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" .\" -.TH FUTIMESAT 2 2009-12-13 "Linux" "Linux Programmer's Manual" +.TH FUTIMESAT 2 2012-03-25 "Linux" "Linux Programmer's Manual" .SH NAME futimesat \- change timestamps of a file relative to a \ directory file descriptor .SH SYNOPSIS .nf .B #include /* Definition of AT_* constants */ +.B #include .sp .BI "int futimesat(int " dirfd ", const char *" pathname , .BI " const struct timeval " times [2]); @@ -41,18 +42,7 @@ Feature Test Macro Requirements for glibc (see .in .sp .BR futimesat (): -.PD 0 -.ad l -.RS 4 -.TP 4 -Since glibc 2.10: -_XOPEN_SOURCE\ >=\ 700 || _POSIX_C_SOURCE\ >=\ 200809L -.TP -Before glibc 2.10: -_ATFILE_SOURCE -.RE -.ad -.PD +_GNU_SOURCE .SH DESCRIPTION This system call is obsolete. Use