netns_linux_ppc64le.go 67 B

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