1// +build linux,386
2
3package netns
4
5const (
6	SYS_SETNS = 346
7)
8