aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/sys/unix/syscall_unix_gc.go
diff options
context:
space:
mode:
author6543 <6543@obermui.de>2020-12-12 00:16:53 +0000
committerGitHub <noreply@github.com>2020-12-12 01:16:53 +0100
commit3285babcae57b410815d4415db9c9ea6c6f9a84e (patch)
tree48c7036489e74749014d387e7b9b49bc4748e839 /vendor/golang.org/x/sys/unix/syscall_unix_gc.go
parente46a638e8f49b007e8fa84d7970a70da935edf3b (diff)
downloadgitea-3285babcae57b410815d4415db9c9ea6c6f9a84e.tar.gz
gitea-3285babcae57b410815d4415db9c9ea6c6f9a84e.zip
Update github.com/blevesearch/bleve v1.0.13 -> v1.0.14 (#13947)
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 1c70d1b690..87bd161cef 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,!ppc64le,!ppc64
+// +build gc,!ppc64le,!ppc64
package unix