blob: b124666f18a57b21d95dfef0e10d87ca91a736d7 [file] [log] [blame]
// +build linux,amd64
package netns
const (
SYS_SETNS = 308
)