mirror of https://github.com/vishvananda/netns
Add syscall id for Powerpc(ppc64) Little Endian(LE) architecture
Signed-of-by: Pradipta Kr. Banerjee <pradipta.banerjee@gmail.com>
This commit is contained in:
parent
33a96b7b36
commit
216051bb77
|
@ -0,0 +1,7 @@
|
|||
// +build linux,ppc64le
|
||||
|
||||
package netns
|
||||
|
||||
const (
|
||||
SYS_SETNS = 350
|
||||
)
|
Loading…
Reference in New Issue