Skip to content

Commit

Permalink
route: add //go:build line to empty.s
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
tklauser committed May 10, 2021
1 parent 81045d8 commit 4163338
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions route/empty.s
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 4163338

Please sign in to comment.