vendor/golang.org/x/sys/unix/gccgo_c.c
changeset 265 05c40b36d3b2
parent 256 6d9efbef00a9
--- a/vendor/golang.org/x/sys/unix/gccgo_c.c	Thu Sep 22 16:37:07 2022 +0200
+++ b/vendor/golang.org/x/sys/unix/gccgo_c.c	Sat Feb 04 12:58:35 2023 +0100
@@ -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
-// +build !aix
+// +build gccgo,!hurd
+// +build !aix,!hurd
 
 #include <errno.h>
 #include <stdint.h>