@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build darwin,race dragonfly,race freebsd,race linux,race netbsd,race openbsd,race
+// +build darwin,race linux,race
package unix
-// +build darwin,!race dragonfly,!race freebsd,!race linux,!race netbsd,!race openbsd,!race
+// +build darwin,!race dragonfly,!race freebsd linux netbsd openbsd solaris
-// +build darwin dragonfly freebsd linux netbsd openbsd
+// +build darwin dragonfly freebsd linux netbsd openbsd solaris
// Package unix contains an interface to the low-level operating system
// primitives. OS details vary depending on the underlying system, and
package unix_test