diff options
author | David Robillard <d@drobilla.net> | 2023-11-17 10:19:03 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-11-17 14:44:36 -0500 |
commit | a6f804073de1f1e626464a9dd0a169fd3f69fdff (patch) | |
tree | 0eae9dd493a3070366bafaee445ab7c2d6ce042a /src/ring.c | |
parent | b6243fb916e645d403d5efd0a189ebff5a8250c8 (diff) | |
download | zix-a6f804073de1f1e626464a9dd0a169fd3f69fdff.tar.gz zix-a6f804073de1f1e626464a9dd0a169fd3f69fdff.tar.bz2 zix-a6f804073de1f1e626464a9dd0a169fd3f69fdff.zip |
Avoid fdatasync() on Darwin
This isn't present at all on (older?) literal Darwin, and additionally fsync()
there doesn't actually flush writes to storage like it does on Linux. So, use
F_FULLFSYNC which was invented as an alternative API to do this.
Diffstat (limited to 'src/ring.c')
0 files changed, 0 insertions, 0 deletions