]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Optionally call fdatasync() instead of fsync() only if _POSIX_SYNCHRONIZED_IO
authordrh <drh@noemail.net>
Thu, 22 Sep 2005 15:45:04 +0000 (15:45 +0000)
committerdrh <drh@noemail.net>
Thu, 22 Sep 2005 15:45:04 +0000 (15:45 +0000)
commitc035e6e4ab71e0c4255e16778a7ddc6b972cbf22
tree953ca5fc467cd3c89865a3c999f747b9b6e2d1d6
parentde29e3e9bef558398771ae0e7ca04671fc98046d
Optionally call fdatasync() instead of fsync() only if _POSIX_SYNCHRONIZED_IO
is positive, which should only be the case on operating systems that
actually support fdatasync(). (CVS 2732)

FossilOrigin-Name: a9b341dccffaf324a64139d6f482599258ef7009
manifest
manifest.uuid
src/os_unix.c