summaryrefslogtreecommitdiffstats
path: root/vendor/modernc.org/memory/mmap_linux_64.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/modernc.org/memory/mmap_linux_64.go')
-rw-r--r--vendor/modernc.org/memory/mmap_linux_64.go4
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 3780c149..6b7e93dc 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