--- libgo/go/net/cgo_unix_test.go.orig 2020-03-04 19:30:03.000000000 +1100 +++ libgo/go/net/cgo_unix_test.go 2020-09-08 13:24:12.819016000 +1000 @@ -3,7 +3,7 @@ // license that can be found in the LICENSE file. // +build cgo,!netgo -// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris +// +build aix bsdsunix darwin dragonfly freebsd linux netbsd openbsd solaris package net