// +build linux,arm

package netns

const (
	SYS_SETNS = 375
)