From 950eacdca419997c8177f7b20a0cdff245835470 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 21 Nov 2010 06:47:41 +0100 Subject: [PATCH] fstatat.2: Add NOTES on fstatat64(), the name of the underlying system call Signed-off-by: Michael Kerrisk --- man2/fstatat.2 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/man2/fstatat.2 b/man2/fstatat.2 index 17a254834..20b4c1971 100644 --- a/man2/fstatat.2 +++ b/man2/fstatat.2 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" .\" -.TH FSTATAT 2 2009-12-13 "Linux" "Linux Programmer's Manual" +.TH FSTATAT 2 2010-11-21 "Linux" "Linux Programmer's Manual" .SH NAME fstatat \- get file status relative to a directory file descriptor .SH SYNOPSIS @@ -141,6 +141,11 @@ See .BR openat (2) for an explanation of the need for .BR fstatat (). + +The underlying system call employed by the glibc +.BR fstatat() +wrapper function is actually called +.BR fstatat64 (). .SH "SEE ALSO" .BR openat (2), .BR stat (2),