blob: 895b4cd5f44cb610c996a6bb1f3ae6e63b2a68e2 [file] [log] [blame]
Austin Clementsc955bb22016-04-14 12:12:45 -04001// 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 Zholkover083f3952018-03-07 15:07:31 +02005// +build linux
Tobias Klauser51b02712018-03-02 11:27:15 +01006// +build !arm,!arm64,!mips,!mipsle,!mips64,!mips64le,!s390x,!ppc64,!ppc64le
Austin Clementsc955bb22016-04-14 12:12:45 -04007
8package runtime
9
10func archauxv(tag, val uintptr) {
11}