Ref: rust-lang/cc-rs#1039 On older glibc version, the preadv2 symbol isn't available. I think it might makes sense to use syscall directly to avoid this link-time issue.
Ref: rust-lang/cc-rs#1039
On older glibc version, the preadv2 symbol isn't available.
I think it might makes sense to use syscall directly to avoid this link-time issue.