From 9ae0c7b3636365406b480b494dccc609ccba08b9 Mon Sep 17 00:00:00 2001 From: Daenney Date: Fri, 20 Dec 2024 22:37:19 +0100 Subject: [chore] Update ncruces/go-sqlite3 to 0.21.3 (#3629) This includes some additional locking fixes for the BSDs. --- vendor/github.com/ncruces/go-sqlite3/vfs/shm_dotlk.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/github.com/ncruces/go-sqlite3/vfs/shm_dotlk.go') diff --git a/vendor/github.com/ncruces/go-sqlite3/vfs/shm_dotlk.go b/vendor/github.com/ncruces/go-sqlite3/vfs/shm_dotlk.go index 17fefe562..842bea8f5 100644 --- a/vendor/github.com/ncruces/go-sqlite3/vfs/shm_dotlk.go +++ b/vendor/github.com/ncruces/go-sqlite3/vfs/shm_dotlk.go @@ -18,7 +18,7 @@ type vfsShmParent struct { shared [][_WALINDEX_PGSZ]byte refs int // +checklocks:vfsShmListMtx - lock [_SHM_NLOCK]int16 // +checklocks:Mutex + lock [_SHM_NLOCK]int8 // +checklocks:Mutex sync.Mutex } -- cgit v1.2.3