diff options
author | 6543 <6543@obermui.de> | 2020-12-12 00:16:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-12 01:16:53 +0100 |
commit | 3285babcae57b410815d4415db9c9ea6c6f9a84e (patch) | |
tree | 48c7036489e74749014d387e7b9b49bc4748e839 /vendor/golang.org/x/sys/unix/syscall_unix_gc.go | |
parent | e46a638e8f49b007e8fa84d7970a70da935edf3b (diff) | |
download | gitea-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.go | 2 |
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 |