blob: 1d769bb15141cc427c15566c2f6daeb48fb427d4 [file] [log] [blame]
// +build linux,386
package netns
const (
SYS_SETNS = 346
)