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