Glibc support has been provided since version 2.2.

This commit is contained in:
Michael Kerrisk 2007-06-05 06:54:26 +00:00
parent a06a1b788f
commit ed0e2b2fb9
1 changed files with 1 additions and 1 deletions

View File

@ -86,6 +86,7 @@ returns EINVAL in this case.)
.SH VERSIONS
.BR posix_fadvise ()
appeared in kernel 2.5.60.
Glibc support has been provided since version 2.2.
.\" Actually as fadvise64() -- MTK
.SH "CONFORMING TO"
POSIX.1-2001.
@ -97,7 +98,6 @@ to
.I off_t
in POSIX.1-2003 TC1.
.SH NOTES
VERSIONS
Under Linux, \fBPOSIX_FADV_NORMAL\fP sets the readahead window to the
default size for the backing device; \fBPOSIX_FADV_SEQUENTIAL\fP doubles
this size, and \fBPOSIX_FADV_RANDOM\fP disables file readahead entirely.