mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
bd13a5a9e0
Update golang.org/x/sys to 739734461d1c916b6c72a63d7efda2b27edb369f in order to get the Lgetxattr, Llistxattr, Lremovexattr and Lsetxattr syscall wrappers. These will be used in a successive commit to replace the wrappers in libcontainer/system/xattr_linux.go. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
9 lines
236 B
Go
9 lines
236 B
Go
// Copyright 2016 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 ppc64 s390x mips mips64
|
|
|
|
package unix
|
|
|
|
const isBigEndian = true
|