mirror of
https://github.com/containers/podman.git
synced 2025-10-16 18:53:19 +08:00
8 lines
106 B
Go
8 lines
106 B
Go
//go:build !linux && !windows
|
|
|
|
package archive
|
|
|
|
import "golang.org/x/sys/unix"
|
|
|
|
var noattr = unix.ENOATTR
|