vendor/golang.org/x/sys/unix/gccgo_c.c
changeset 272 e9ffa471eeb3
parent 265 05c40b36d3b2
child 275 4a25a40d0c59
--- a/vendor/golang.org/x/sys/unix/gccgo_c.c	Sat Feb 04 13:35:58 2023 +0100
+++ b/vendor/golang.org/x/sys/unix/gccgo_c.c	Sat Feb 18 04:11:30 2023 +0000
@@ -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 gccgo,!hurd
-// +build !aix,!hurd
+//go:build gccgo && !aix && !hurd
+// +build gccgo,!aix,!hurd
 
 #include <errno.h>
 #include <stdint.h>