Solaris also has the system call.

This commit is contained in:
Michael Kerrisk 2006-04-22 00:00:50 +00:00
parent 69b7b9e5fc
commit 7005bc229e
1 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,7 @@ instead return information about the link itself, like
(By default,
.BR fstatat ()
dereferences symbolic links (like
.BR stat (2)).
.BR stat (2).)
.SH "RETURN VALUE"
On success,
.BR fstatat ()
@ -117,6 +117,7 @@ for an explanation of the need for
.SH "CONFORMING TO"
This system call is non-standard but is proposed
for inclusion in a future revision of POSIX.1.
A similar system call exists on Solaris.
.SH VERSIONS
.BR fstatat ()
was added to Linux in kernel 2.6.16.