Open
Description
fdatasync()
is not supported (as such) on OS X. An alternative using fcntl()
is detailed in a picoc issue.
We should provide the fcntl()
-based alternative on OS X (and presumably iOS).
fdatasync()
is not supported (as such) on OS X. An alternative using fcntl()
is detailed in a picoc issue.
We should provide the fcntl()
-based alternative on OS X (and presumably iOS).