Commit b40dd08
fix(macos): gate no_fsync method and call site for macOS only
The no_fsync feature is specific to macOS HVF framework which uses
a global shared lock. This commit gates the set_no_fsync method
and its call site so they only apply on macOS.
Fixes Linux build failure where no_fsync field doesn't exist
in the Linux Config struct.1 parent 3834e84 commit b40dd08
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
151 | 152 | | |
152 | 153 | | |
153 | 154 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3668 | 3668 | | |
3669 | 3669 | | |
3670 | 3670 | | |
| 3671 | + | |
3671 | 3672 | | |
3672 | 3673 | | |
3673 | 3674 | | |
| |||
0 commit comments