vasi / positioned-io

Read and write from offsets in Rust.
MIT License
74 stars 18 forks source link

Fails to compile on macOS #8

Closed dignifiedquire closed 5 years ago

dignifiedquire commented 5 years ago

Getting "cannot find function posix_fadvise in module libc" when trying to compile master on macOS.

niklasf commented 5 years ago

Thanks for reporting. Added OSX to CI, fixed and released positioned-io-preview 0.3.2.

dignifiedquire commented 5 years ago

Thank you!