netns_linux_386.go 63 B

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