Skip to content
  • Hallvard Furuseth's avatar
    Wrap O_DSYNC in MDB_DSYNC. · 5b3b5223
    Hallvard Furuseth authored
    If O_DSYNC is not defined, that may be due to poor compiler options.
    We could fall back to the less efficient O_SYNC, but it seems better
    to let the user learn of the problem and give better compiler options.
    5b3b5223