blob: 9c74eb55322ea64ebc8a43346385a04166f4b562 [file] [log] [blame]
// +build linux,arm
package netns
const (
SYS_SETNS = 375
)