netns/netns_linux_386.go

6 lines
42 B
Go
Raw Normal View History

2014-08-31 20:47:35 +00:00
package netns
const (
SYS_SETNS = 346
)