diff options
| author | 2025-03-27 11:23:23 +0000 | |
|---|---|---|
| committer | 2025-03-27 11:23:23 +0000 | |
| commit | d49abd7bd79fd9a6e0ad10ca1544b309a9a81662 (patch) | |
| tree | eee8e087b370e70c8a15a093763fd010168b3e73 /vendor/modernc.org/sqlite/lib/mutex.go | |
| parent | [feature] Allow user to choose "gallery" style layout for web view of profile... (diff) | |
| download | gotosocial-d49abd7bd79fd9a6e0ad10ca1544b309a9a81662.tar.xz | |
bump modernc.org/sqlite to v1.36.2-concurrency-workaround (#3945)
Diffstat (limited to 'vendor/modernc.org/sqlite/lib/mutex.go')
| -rw-r--r-- | vendor/modernc.org/sqlite/lib/mutex.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/modernc.org/sqlite/lib/mutex.go b/vendor/modernc.org/sqlite/lib/mutex.go index 4dd679a36..0780f5f94 100644 --- a/vendor/modernc.org/sqlite/lib/mutex.go +++ b/vendor/modernc.org/sqlite/lib/mutex.go @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +//go:build !linux + package sqlite3 import ( |
