diff options
Diffstat (limited to 'vendor/golang.org/x/sys/unix/syscall_unix_gc_ppc64x.go')
-rw-r--r-- | vendor/golang.org/x/sys/unix/syscall_unix_gc_ppc64x.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vendor/golang.org/x/sys/unix/syscall_unix_gc_ppc64x.go b/vendor/golang.org/x/sys/unix/syscall_unix_gc_ppc64x.go index f6f707a..23f39b7 100644 --- a/vendor/golang.org/x/sys/unix/syscall_unix_gc_ppc64x.go +++ b/vendor/golang.org/x/sys/unix/syscall_unix_gc_ppc64x.go @@ -3,9 +3,6 @@ // license that can be found in the LICENSE file. //go:build linux && (ppc64le || ppc64) && gc -// +build linux -// +build ppc64le ppc64 -// +build gc package unix |