runc/namespaces/nsenter.go

11 lines
106 B
Go

// +build linux
package namespaces
/*
__attribute__((constructor)) init() {
nsenter();
}
*/
import "C"