blob: 741a30207ad8b2077526fb4014142f35f3f0188b [file] [log] [blame]
// +build linux,arm64
package netns
const (
SYS_SETNS = 268
)