mirror of
https://github.com/golang/net.git
synced 2026-03-31 10:27:08 +09:00
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.klauser@gmail.com> Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
committed by
Tobias Klauser
parent
81045d8b47
commit
4163338589
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user