diff --git a/netns_linux_ppc64le.go b/netns_linux_ppc64le.go new file mode 100644 index 0000000..c49eba5 --- /dev/null +++ b/netns_linux_ppc64le.go @@ -0,0 +1,7 @@ +// +build linux,ppc64le + +package netns + +const ( + SYS_SETNS = 350 +)