aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/testcshared/testdata/libgo2/dup2.go
diff options
context:
space:
mode:
Diffstat (limited to 'misc/cgo/testcshared/testdata/libgo2/dup2.go')
-rw-r--r--misc/cgo/testcshared/testdata/libgo2/dup2.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/cgo/testcshared/testdata/libgo2/dup2.go b/misc/cgo/testcshared/testdata/libgo2/dup2.go
index d343aa54d9..dc03633db6 100644
--- a/misc/cgo/testcshared/testdata/libgo2/dup2.go
+++ b/misc/cgo/testcshared/testdata/libgo2/dup2.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 && !arm64 && !riscv64) || netbsd || openbsd
// +build darwin dragonfly freebsd linux,!arm64,!riscv64 netbsd openbsd
package main