Skip to content

Commit

Permalink
Add mips, mipsle to the SYS_SETNS map
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Stefanovic authored and vishvananda committed Feb 19, 2017
1 parent 2c9454e commit 8d723ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions netns_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ var SYS_SETNS = map[string]uintptr{
"amd64": 308,
"arm64": 268,
"arm": 375,
"mips": 4344,
"mipsle": 4344,
"ppc64": 350,
"ppc64le": 350,
"s390x": 339,
Expand Down

0 comments on commit 8d723ea

Please sign in to comment.