Merge pull request #3 from bpradipt/ppc64le_support

Add syscall id for Powerpc(ppc64) Little Endian(LE) architecture
This commit is contained in:
Vish Ishaya 2015-05-26 10:20:12 -07:00
commit 5478c06011
1 changed files with 7 additions and 0 deletions

7
netns_linux_ppc64le.go Normal file
View File

@ -0,0 +1,7 @@
// +build linux,ppc64le
package netns
const (
SYS_SETNS = 350
)