fstatat.2: Add NOTES on fstatat64(), the name of the underlying system call

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-11-21 06:47:41 +01:00
parent a4590809bd
commit 950eacdca4
1 changed files with 6 additions and 1 deletions

View File

@ -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),