// +build linux,ppc64le

package netns

const (
	SYS_SETNS = 350
)