Merge pull request #9 from brahmaroutu/support_ibm_z

add support from IBM Z architecture
This commit is contained in:
Vish Ishaya 2015-07-10 15:24:25 -07:00
commit 604eaf189e
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
)