mirror of
https://github.com/vishvananda/netns
synced 2025-02-18 12:36:49 +00:00
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
7
netns_linux_ppc64le.go
Normal file
7
netns_linux_ppc64le.go
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
// +build linux,ppc64le
|
||||||
|
|
||||||
|
package netns
|
||||||
|
|
||||||
|
const (
|
||||||
|
SYS_SETNS = 350
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user