]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
fstatat.2: Add NOTES on fstatat64(), the name of the underlying system call
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 21 Nov 2010 05:47:41 +0000 (06:47 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 21 Nov 2010 05:47:41 +0000 (06:47 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/fstatat.2

index 17a25483495b5f94d022d3b71022d447d8c276be..20b4c19711987744af015bfd6ea6e60f6ad5b23a 100644 (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),