Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Commit

Permalink
Fix setns syscall number for ARM, this has been wrong all along.
Browse files Browse the repository at this point in the history
  • Loading branch information
adconrad committed Apr 10, 2015
1 parent 38ef9ee commit 0e3181a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/setns_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var setNsMap = map[string]uintptr{
"linux/386": 346,
"linux/arm64": 268,
"linux/amd64": 308,
"linux/arm": 374,
"linux/arm": 375,
"linux/ppc64": 350,
"linux/ppc64le": 350,
"linux/s390x": 339,
Expand Down

0 comments on commit 0e3181a

Please sign in to comment.