summaryrefslogtreecommitdiffstats
path: root/vendor/modernc.org/memory/mmap_openbsd.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/modernc.org/memory/mmap_openbsd.go')
-rw-r--r--vendor/modernc.org/memory/mmap_openbsd.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/modernc.org/memory/mmap_openbsd.go b/vendor/modernc.org/memory/mmap_openbsd.go
index 117cfd9f..0b5e4f1d 100644
--- a/vendor/modernc.org/memory/mmap_openbsd.go
+++ b/vendor/modernc.org/memory/mmap_openbsd.go
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-//go:build 386 || amd64
-// +build 386 amd64
+//go:build 386 || amd64 || arm64
+// +build 386 amd64 arm64
package memory