aboutsummaryrefslogtreecommitdiff
path: root/unix/syscall_unix_gc.go
diff options
context:
space:
mode:
Diffstat (limited to 'unix/syscall_unix_gc.go')
-rw-r--r--unix/syscall_unix_gc.go6
1 files changed, 2 insertions, 4 deletions
diff --git a/unix/syscall_unix_gc.go b/unix/syscall_unix_gc.go
index 5898e9a..b6919ca 100644
--- a/unix/syscall_unix_gc.go
+++ b/unix/syscall_unix_gc.go
@@ -2,11 +2,9 @@
// 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 || netbsd || openbsd || solaris) && gc && !ppc64le && !ppc64
-// +build darwin dragonfly freebsd linux netbsd openbsd solaris
+//go:build (darwin || dragonfly || freebsd || (linux && !ppc64 && !ppc64le) || netbsd || openbsd || solaris) && gc
+// +build darwin dragonfly freebsd linux,!ppc64,!ppc64le netbsd openbsd solaris
// +build gc
-// +build !ppc64le
-// +build !ppc64
package unix