From 6a1bfc9a6d5b2367a84d367290d3bf5dba708a16 Mon Sep 17 00:00:00 2001 From: drh Date: Wed, 20 Feb 2019 19:20:16 +0000 Subject: Changes to the unix VFS that allegedly enable it to build of Fuchsia. We have no way of testing this. FossilOrigin-Name: be21a6416d47ff7db995006a0422b745044d9b8bb5bad3c53342aa6e2e524771 --- src/os_unix.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/os_unix.c') diff --git a/src/os_unix.c b/src/os_unix.c index f20763e5b..4e434334b 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -7822,6 +7822,9 @@ int sqlite3_os_init(void){ UNIXVFS("unix", autolockIoFinder ), #elif OS_VXWORKS UNIXVFS("unix", vxworksIoFinder ), +#elif __Fuchsia__ + /* We are told that Fuchsia only supports dot-file locking */ + UNIXVFS("unix", dotlockIoFinder ), #else UNIXVFS("unix", posixIoFinder ), #endif -- cgit v1.2.3