// +build linux,s390x

package netns

const (
	SYS_SETNS = 339
)