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