Skip to content

Commit 1e9f341

Browse files
tklausergopherbot
authored andcommitted
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 <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]> Auto-Submit: Tobias Klauser <[email protected]> Run-TryBot: Tobias Klauser <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent b60007c commit 1e9f341

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unix/gccgo_c.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
// +build gccgo,!hurd
6-
// +build !aix,!hurd
5+
//go:build gccgo && !aix && !hurd
6+
// +build gccgo,!aix,!hurd
77

88
#include <errno.h>
99
#include <stdint.h>

0 commit comments

Comments
 (0)