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.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/syscall/forkpipe2.go b/src/syscall/forkpipe2.go
index c9a0c4996e..e57240c156 100644
--- a/src/syscall/forkpipe2.go
+++ b/src/syscall/forkpipe2.go
@@ -2,7 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build freebsd netbsd openbsd
+//go:build dragonfly || freebsd || netbsd || openbsd
+// +build dragonfly freebsd netbsd openbsd
package syscall