]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Formerly, we enabled fdatasync() on linux only. But now we learn that
authordrh <drh@noemail.net>
Wed, 31 Aug 2011 21:01:55 +0000 (21:01 +0000)
committerdrh <drh@noemail.net>
Wed, 31 Aug 2011 21:01:55 +0000 (21:01 +0000)
commit20f8e13b4474622d9dced4bb8c2422656f114f22
tree10b51e9aece7fbd9d742b633bc5d9636abf273c4
parent5a201fb41df348845f3db85a2d00e59e5d7a16c0
Formerly, we enabled fdatasync() on linux only.  But now we learn that
fdatasync() is not supported on Android.  So we disable fdatasync() on
Linux too.  It can be reenabled at compile-time for those who really need it.

FossilOrigin-Name: 70b5b309568ac55565558d5456aca1e431cfd26b
manifest
manifest.uuid
src/os_unix.c