//! Fallback for targets without a known sequential-readahead hint
//! (BSDs, illumos, etc.). No-op — reads still work, they just don't
//! get the OS-level prefetch widening.
usestd::fs::File;pub(super)fnhint_sequential(_file:&File, _len_bytes:u64){}