summaryrefslogtreecommitdiff
path: root/doc/posix-functions/fstatat.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix-functions/fstatat.texi')
-rw-r--r--doc/posix-functions/fstatat.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/fstatat.texi b/doc/posix-functions/fstatat.texi
index a37ee428b6..49d394addf 100644
--- a/doc/posix-functions/fstatat.texi
+++ b/doc/posix-functions/fstatat.texi
@@ -16,7 +16,7 @@ But the replacement function is not safe to be used in libraries and is not mult
@item
On platforms where @code{off_t} is a 32-bit type, @code{fstatat} may
not correctly report the size of files or block devices larger than 2
-GB@. (Cf. @code{AC_SYS_LARGEFILE}.)
+GB@. @xref{Large File Support}.
@item
On some platforms, @code{fstatat(fd,"file/",buf,flag)} succeeds instead of
failing with @code{ENOTDIR}.