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

8 lines
63 B
Go

// +build linux,arm
package netns
const (
SYS_SETNS = 375
)