aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/sys/unix/syscall_unix_gc.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2019-02-15 00:14:28 +0800
committerPéter Szilágyi <peterke@gmail.com>2019-02-19 16:59:24 +0800
commitd9be33766930b6978629a02643a8c83265a3006b (patch)
tree1245792f4e7bf63374148586f8c4ee612796a299 /vendor/golang.org/x/sys/unix/syscall_unix_gc.go
parent7bd6f39dc3eb174d5869613bc24f431ec96dabff (diff)
downloadgo-tangerine-d9be33766930b6978629a02643a8c83265a3006b.tar
go-tangerine-d9be33766930b6978629a02643a8c83265a3006b.tar.gz
go-tangerine-d9be33766930b6978629a02643a8c83265a3006b.tar.bz2
go-tangerine-d9be33766930b6978629a02643a8c83265a3006b.tar.lz
go-tangerine-d9be33766930b6978629a02643a8c83265a3006b.tar.xz
go-tangerine-d9be33766930b6978629a02643a8c83265a3006b.tar.zst
go-tangerine-d9be33766930b6978629a02643a8c83265a3006b.zip
vendor: update syscalls dependency
(cherry picked from commit dcc045f03c7c933dcdc7302f0338cbbfef7398ea)
Diffstat (limited to 'vendor/golang.org/x/sys/unix/syscall_unix_gc.go')
-rw-r--r--vendor/golang.org/x/sys/unix/syscall_unix_gc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/golang.org/x/sys/unix/syscall_unix_gc.go b/vendor/golang.org/x/sys/unix/syscall_unix_gc.go
index 4cb8e8edf..1c70d1b69 100644
--- a/vendor/golang.org/x/sys/unix/syscall_unix_gc.go
+++ b/vendor/golang.org/x/sys/unix/syscall_unix_gc.go
@@ -3,7 +3,7 @@
// license that can be found in the LICENSE file.
// +build darwin dragonfly freebsd linux netbsd openbsd solaris
-// +build !gccgo
+// +build !gccgo,!ppc64le,!ppc64
package unix