1
0
mirror of https://github.com/golang/go synced 2024-10-02 18:18:33 -06:00

runtime: remove empty 386 archauxv

archauxv no longer does anything on 386, so remove it.

Change-Id: I94545238e40fa6a6832a7c3b40aedfc6c1f6a97b
Reviewed-on: https://go-review.googlesource.com/22063
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Austin Clements 2016-04-14 15:08:24 -04:00
parent 90addd3d41
commit d6b177d1eb
2 changed files with 1 additions and 13 deletions

View File

@ -1,12 +0,0 @@
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package runtime
const (
_AT_SYSINFO = 32
)
func archauxv(tag, val uintptr) {
}

View File

@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build !386,!amd64,!arm,!arm64
// +build !amd64,!arm,!arm64
package runtime