Attention is currently required from: Ian Lance Taylor.
Tobias Klauser would like Ian Lance Taylor to review this change.
route: add //go:build line to empty.s
Change-Id: Ife7553d7c9a91e498f87175c147b18c529c89d01
---
M route/empty.s
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/route/empty.s b/route/empty.s
index bff0231..90ab4ca 100644
--- a/route/empty.s
+++ b/route/empty.s
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+//go:build darwin && go1.12
// +build darwin,go1.12
// This exists solely so we can linkname in symbols from syscall.
To view, visit change 318309. To unsubscribe, or for help writing mail filters, visit settings.
Attention is currently required from: Tobias Klauser.
Patch set 1:Code-Review +2
Tobias Klauser submitted this change.
route: add //go:build line to empty.s
Change-Id: Ife7553d7c9a91e498f87175c147b18c529c89d01
Reviewed-on: https://go-review.googlesource.com/c/net/+/318309
Trust: Tobias Klauser <tobias....@gmail.com>
Run-TryBot: Tobias Klauser <tobias....@gmail.com>
TryBot-Result: Go Bot <go...@golang.org>
Reviewed-by: Ian Lance Taylor <ia...@golang.org>
---
M route/empty.s
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/route/empty.s b/route/empty.s
index bff0231..90ab4ca 100644
--- a/route/empty.s
+++ b/route/empty.s
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+//go:build darwin && go1.12
// +build darwin,go1.12
// This exists solely so we can linkname in symbols from syscall.
To view, visit change 318309. To unsubscribe, or for help writing mail filters, visit settings.