Open GoogleCodeExporter opened 9 years ago
fdatasync() is from glibc and is not available on all supported platforms e.g.
Windows, OS X, so a fallback would need to be defined.
Original comment by jsbell@chromium.org
on 17 Jul 2014 at 5:26
The code already falls back to fsync when fdatasync is not available by
"#define fdatasync fsync." This change should work on all platforms with fsync.
Original comment by res...@gmail.com
on 17 Jul 2014 at 5:32
Original issue reported on code.google.com by
yongilj...@gmail.com
on 17 Jul 2014 at 6:11