From 1e9f34104d089df815271a84836d8e8a30272c9b Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 4 Jan 2023 23:02:23 +0100 Subject: [PATCH] unix: add //go:build line to gccgo_c.c Change-Id: I425df52458cc53afb986a260a41d0b638bd5e6e8 Reviewed-on: https://go-review.googlesource.com/c/sys/+/460157 Reviewed-by: Ian Lance Taylor Reviewed-by: Heschi Kreinick Auto-Submit: Tobias Klauser Run-TryBot: Tobias Klauser TryBot-Result: Gopher Robot --- unix/gccgo_c.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unix/gccgo_c.c b/unix/gccgo_c.c index c4fce0e7..f98a1c54 100644 --- a/unix/gccgo_c.c +++ b/unix/gccgo_c.c @@ -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 #include