aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/endian_big.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/syscall/endian_big.go')
-rw-r--r--src/syscall/endian_big.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/syscall/endian_big.go b/src/syscall/endian_big.go
index 3c26005ab5..dc0947fa6e 100644
--- a/src/syscall/endian_big.go
+++ b/src/syscall/endian_big.go
@@ -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 ppc64 || s390x || mips || mips64
// +build ppc64 s390x mips mips64
package syscall