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

8 lines
63 B
Go

// +build linux,386
package netns
const (
SYS_SETNS = 346
)