mirror of
https://github.com/golang/sys.git
synced 2026-02-08 11:46:04 +03:00
Follow-up fix for CL 206859. Also order the +build line alphabetically. Change-Id: I568c8b3ee03161d4341c151e4ec7150cade51077 Reviewed-on: https://go-review.googlesource.com/c/sys/+/206864 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
10 lines
242 B
Go
10 lines
242 B
Go
// Copyright 2019 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.
|
|
|
|
// +build linux,!arm,!arm64,!ppc64,!ppc64le,!s390x
|
|
|
|
package cpu
|
|
|
|
func doinit() {}
|