Merge pull request #13 from michelmno/master

netns add ppc64 same as ppc64le
This commit is contained in:
Vish Ishaya 2016-03-17 13:51:17 -07:00
commit 1fec6582c0
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ var SYS_SETNS = map[string]uintptr{
"amd64": 308,
"arm64": 268,
"arm": 375,
"ppc64": 350,
"ppc64le": 350,
"s390x": 339,
}[runtime.GOARCH]