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

8 lines
65 B
Go

// +build linux,amd64
package netns
const (
SYS_SETNS = 308
)