mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-12 13:01:09 +03:00
Back out the change to support Fuchsia, since it turns out fuchsia does not
like dot-file locks. FossilOrigin-Name: 1d801a3b2c48dc8a918d6da047bc877acf033d5f5c4e1d4b412ba7678ed6f8b3
This commit is contained in:
@@ -7822,9 +7822,6 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user