mirror of
https://github.com/containers/skopeo.git
synced 2025-10-21 19:03:44 +00:00
9 lines
143 B
Go
9 lines
143 B
Go
// +build linux darwin freebsd netbsd openbsd dragonfly
|
|
// +build !appengine
|
|
|
|
package pb
|
|
|
|
import "syscall"
|
|
|
|
const sysIoctl = syscall.SYS_IOCTL
|