// +build linux,amd64

package netns

const (
	SYS_SETNS = 308
)