]> Cypherpunks.ru repositories - gostls13.git/blobdiff - misc/cgo/testcshared/testdata/libgo2/dup2.go
cmd/internal/sys, cmd/dist, misc/cgo/testcshared: enable c-shared feature and test...
[gostls13.git] / misc / cgo / testcshared / testdata / libgo2 / dup2.go
index ef86083a037316d0bd860c3d28c891b697333d5a..d50e0c42abef26536678f96b2b9253f30b5774dd 100644 (file)
@@ -2,7 +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
+//go:build darwin || dragonfly || freebsd || (linux && !arm64 && !loong64 && !riscv64) || netbsd || openbsd
 
 package main