Add linux arm64 support

Signed-off-by: Geoff Levand <geoff@infradead.org>
This commit is contained in:
Geoff Levand 2015-06-17 13:33:40 -07:00
parent ae73e06735
commit f0c36f012d
1 changed files with 7 additions and 0 deletions

7
netns_linux_arm64.go Normal file
View File

@ -0,0 +1,7 @@
// +build linux,arm64
package netns
const (
SYS_SETNS = 268
)