Austin Clements | c955bb2 | 2016-04-14 12:12:45 -0400 | [diff] [blame] | 1 | // Copyright 2014 The Go Authors. All rights reserved. |
| 2 | // Use of this source code is governed by a BSD-style |
| 3 | // license that can be found in the LICENSE file. |
| 4 | |
Yuval Pavel Zholkover | 083f395 | 2018-03-07 15:07:31 +0200 | [diff] [blame] | 5 | // +build linux |
Tobias Klauser | 51b0271 | 2018-03-02 11:27:15 +0100 | [diff] [blame] | 6 | // +build !arm,!arm64,!mips,!mipsle,!mips64,!mips64le,!s390x,!ppc64,!ppc64le |
Austin Clements | c955bb2 | 2016-04-14 12:12:45 -0400 | [diff] [blame] | 7 | |
| 8 | package runtime |
| 9 | |
| 10 | func archauxv(tag, val uintptr) { |
| 11 | } |