File: netns_linux_arm64.go

package info (click to toggle)
golang-github-vishvananda-netns 0.0~git20150710.0.604eaf1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 140 kB
  • sloc: sh: 97; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 65 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
// +build linux,arm64

package netns

const (
	SYS_SETNS = 268
)