aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/forkpipe2.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/syscall/forkpipe2.go')
-rw-r--r--src/syscall/forkpipe2.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/syscall/forkpipe2.go b/src/syscall/forkpipe2.go
index c9a0c4996e..cd98779ac9 100644
--- a/src/syscall/forkpipe2.go
+++ b/src/syscall/forkpipe2.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 freebsd || netbsd || openbsd
// +build freebsd netbsd openbsd
package syscall