Fix setns syscall number for ARM, this has been wrong all along.
See: http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=571503e10045c89af951962ea0bb783482663aad Signed-off-by: Adam Conrad <adconrad@0c3.net>
This commit is contained in:
parent
38ef9ee346
commit
0e3181a0b0
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue