add support from IBM Z architecture

Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
This commit is contained in:
root 2015-07-10 18:57:19 +00:00
parent 5478c06011
commit 5d4cf093aa
1 changed files with 7 additions and 0 deletions

7
netns_linux_s390x.go Normal file
View File

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