moby--moby/vendor/github.com/vishvananda/netns/netns_linux_arm64.go

8 lines
65 B
Go

// +build linux,arm64
package netns
const (
SYS_SETNS = 268
)