Add mips, mipsle to the SYS_SETNS map

This commit is contained in:
Vladimir Stefanovic 2017-02-17 19:56:54 +01:00 committed by Vish Ishaya
parent 2c9454e4fc
commit 8d723eab75

View File

@ -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,