diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2022-05-02 17:16:10 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2022-05-02 17:16:10 -0400 |
commit | e247f02a4fbf3997e4ff01eecf30ac1002e993af (patch) | |
tree | 2d287c16b9a80f888074af6b6118625d74da6a16 /vendor/golang.org/x/sys/unix/endian_little.go | |
parent | 3ac5cec086e1ee1f11fabfd8a8f0aa8cf9f371f5 (diff) | |
download | podman-e247f02a4fbf3997e4ff01eecf30ac1002e993af.tar.gz podman-e247f02a4fbf3997e4ff01eecf30ac1002e993af.tar.bz2 podman-e247f02a4fbf3997e4ff01eecf30ac1002e993af.zip |
Vendor in containers/(common, storage, image)
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'vendor/golang.org/x/sys/unix/endian_little.go')
-rw-r--r-- | vendor/golang.org/x/sys/unix/endian_little.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/golang.org/x/sys/unix/endian_little.go b/vendor/golang.org/x/sys/unix/endian_little.go index 4362f47e2..b0f2bc4ae 100644 --- a/vendor/golang.org/x/sys/unix/endian_little.go +++ b/vendor/golang.org/x/sys/unix/endian_little.go @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // -//go:build 386 || amd64 || amd64p32 || alpha || arm || arm64 || mipsle || mips64le || mips64p32le || nios2 || ppc64le || riscv || riscv64 || sh -// +build 386 amd64 amd64p32 alpha arm arm64 mipsle mips64le mips64p32le nios2 ppc64le riscv riscv64 sh +//go:build 386 || amd64 || amd64p32 || alpha || arm || arm64 || loong64 || mipsle || mips64le || mips64p32le || nios2 || ppc64le || riscv || riscv64 || sh +// +build 386 amd64 amd64p32 alpha arm arm64 loong64 mipsle mips64le mips64p32le nios2 ppc64le riscv riscv64 sh package unix |