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

8 lines
65 B
Go

// +build linux,s390x
package netns
const (
SYS_SETNS = 339
)