blob: edfb6cf164ab32be691e3b869a95bdbd09ad1c05 [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
Dan Willemsenbbdf6642017-01-13 22:57:23 -08006
7package syscall
8
9const isBigEndian = false