diff --git a/unix/syscall_linux_ppc.go b/unix/syscall_linux_ppc.go index e475d096..6f1fc581 100644 --- a/unix/syscall_linux_ppc.go +++ b/unix/syscall_linux_ppc.go @@ -3,8 +3,7 @@ // license that can be found in the LICENSE file. //go:build linux && ppc -// +build linux -// +build ppc +// +build linux,ppc package unix