netns/netns_linux_arm64.go
Geoff Levand f0c36f012d Add linux arm64 support
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-06-17 13:33:40 -07:00

8 lines
65 B
Go

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