vendor/golang.org/x/sys/unix/syscall_linux_amd64_gc.go
changeset 256 6d9efbef00a9
parent 242 2a9ec03fe5a1
--- a/vendor/golang.org/x/sys/unix/syscall_linux_amd64_gc.go	Mon Jun 07 20:58:18 2021 +0200
+++ b/vendor/golang.org/x/sys/unix/syscall_linux_amd64_gc.go	Sun Jul 11 10:35:56 2021 +0200
@@ -2,8 +2,8 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// +build amd64,linux
-// +build !gccgo
+//go:build amd64 && linux && gc
+// +build amd64,linux,gc
 
 package unix