mirror of https://github.com/vishvananda/netns
Merge pull request #3 from bpradipt/ppc64le_support
Add syscall id for Powerpc(ppc64) Little Endian(LE) architecture
This commit is contained in:
commit
5478c06011
|
@ -0,0 +1,7 @@
|
|||
// +build linux,ppc64le
|
||||
|
||||
package netns
|
||||
|
||||
const (
|
||||
SYS_SETNS = 350
|
||||
)
|
Loading…
Reference in New Issue