netns add ppc64 same as ppc64le

This commit is contained in:
Michel Normand 2016-03-04 06:47:31 +01:00
parent b87167f660
commit b49e32fb51
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]