netns_linux_s390x.go 65 B

1234567
  1. // +build linux,s390x
  2. package netns
  3. const (
  4. SYS_SETNS = 339
  5. )