blob: a894445f73cb518b12e56dfef71026c47eb931a7 [file] [log] [blame]
Dan Willemsenbbdf6642017-01-13 22:57:23 -08001// Copyright 2016 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//
Dan Willemsen31b9b842021-08-31 12:51:40 -07005//go:build 386 || amd64 || arm || arm64 || ppc64le || mips64le || mipsle || riscv64 || wasm
Patrice Arruda7f4776e2020-06-25 11:55:41 -07006// +build 386 amd64 arm arm64 ppc64le mips64le mipsle riscv64 wasm
Dan Willemsenbbdf6642017-01-13 22:57:23 -08007
8package syscall
9
10const isBigEndian = false