aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/bio/buf_nommap.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/internal/bio/buf_nommap.go')
-rw-r--r--src/cmd/internal/bio/buf_nommap.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/internal/bio/buf_nommap.go b/src/cmd/internal/bio/buf_nommap.go
index f43c67ac2d..533a93180c 100644
--- a/src/cmd/internal/bio/buf_nommap.go
+++ b/src/cmd/internal/bio/buf_nommap.go
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+//go:build !darwin && !dragonfly && !freebsd && !linux && !netbsd && !openbsd
// +build !darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd
package bio