// +build linux,arm64

package netns

const (
	SYS_SETNS = 268
)