aboutsummaryrefslogtreecommitdiff
path: root/src/os/pipe_bsd.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/pipe_bsd.go')
-rw-r--r--src/os/pipe_bsd.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os/pipe_bsd.go b/src/os/pipe_bsd.go
index 115d6baa19..57959a2ea4 100644
--- a/src/os/pipe_bsd.go
+++ b/src/os/pipe_bsd.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 aix || darwin || dragonfly || (js && wasm) || (solaris && !illumos)
// +build aix darwin dragonfly js,wasm solaris,!illumos
package os