diff options
author | 2023-08-16 16:09:50 +0100 | |
---|---|---|
committer | 2023-08-16 16:09:50 +0100 | |
commit | 8f4b779b2d5876a1b667010f26eff76a7b3dbbae (patch) | |
tree | 57e98f9c604e5afd69505ce2c472bff5efe03760 /vendor/modernc.org/memory/mmap_linux_64.go | |
parent | [feature] Add snapshot binary builds + uploads (#2119) (diff) | |
download | gotosocial-8f4b779b2d5876a1b667010f26eff76a7b3dbbae.tar.xz |
[chore]: Bump modernc.org/sqlite from 1.24.0 to 1.25.0 (#2114)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'vendor/modernc.org/memory/mmap_linux_64.go')
-rw-r--r-- | vendor/modernc.org/memory/mmap_linux_64.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/modernc.org/memory/mmap_linux_64.go b/vendor/modernc.org/memory/mmap_linux_64.go index 3780c1492..6b7e93dc1 100644 --- a/vendor/modernc.org/memory/mmap_linux_64.go +++ b/vendor/modernc.org/memory/mmap_linux_64.go @@ -2,9 +2,9 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE-GO file. -//go:build linux && (amd64 || arm64 || mips64 || mips64le || riscv64 || ppc64le) +//go:build linux && (amd64 || arm64 || mips64 || mips64le || riscv64 || ppc64le || loong64) // +build linux -// +build amd64 arm64 mips64 mips64le riscv64 ppc64le +// +build amd64 arm64 mips64 mips64le riscv64 ppc64le loong64 package memory |