netns/netns_linux_arm64.go

8 lines
65 B
Go
Raw Normal View History

// +build linux,arm64
package netns
const (
SYS_SETNS = 268
)