aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgo_mmap.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/cgo_mmap.go')
-rw-r--r--src/runtime/cgo_mmap.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/cgo_mmap.go b/src/runtime/cgo_mmap.go
index d5e0cc1e3e..17d26b4cc8 100644
--- a/src/runtime/cgo_mmap.go
+++ b/src/runtime/cgo_mmap.go
@@ -4,6 +4,7 @@
// Support for memory sanitizer. See runtime/cgo/mmap.go.
+//go:build (linux && amd64) || (linux && arm64)
// +build linux,amd64 linux,arm64
package runtime