netns_linux_amd64.go 65 B

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