// +build linux,386

package netns

const (
	SYS_SETNS = 346
)