Minor improvements in text describing underlying system calls.

This commit is contained in:
Michael Kerrisk 2007-07-10 20:57:30 +00:00
parent bb3b61747e
commit 6f1a1e6143
1 changed files with 2 additions and 3 deletions

View File

@ -440,12 +440,11 @@ and
.IR sys_stat64()
(new in kernel 2.4; slot
.IR __NR_stat64 ).
The last of these is the most current,
but the other interfaces must be maintained for the benefit of old binaries.
The glibc
.BR stat ()
wrapper function hides these details from applications,
invoking the most recent version of the system call provided by the kernel.
invoking the most recent version of the system call provided by the kernel,
and repacking the returned information if required for old binaries.
Similar remarks apply for
.BR fstat (2)
and