int posix_fadvise( int __fd, int __offset, int __len, int __advise, ) { return _posix_fadvise( __fd, __offset, __len, __advise, ); }