ocaml-multicore / eio

Effects-based direct-style IO for multicore OCaml
Other
560 stars 72 forks source link

eio_posix: probe for existence of some flags #507

Closed talex5 closed 1 year ago

talex5 commented 1 year ago

FreeBSD 12 didn't have O_DSYNC. Also, add O_RESOLVE_BENEATH and O_PATH if available.

Should fix #502.