blob: c49eba5ee5bec6b870c2db90e280a9b59c045133 [file] [log] [blame]
// +build linux,ppc64le
package netns
const (
SYS_SETNS = 350
)