mirror of https://github.com/vishvananda/netns
Merge pull request #9 from brahmaroutu/support_ibm_z
add support from IBM Z architecture
This commit is contained in:
commit
604eaf189e
|
@ -0,0 +1,7 @@
|
|||
// +build linux,s390x
|
||||
|
||||
package netns
|
||||
|
||||
const (
|
||||
SYS_SETNS = 339
|
||||
)
|
Loading…
Reference in New Issue