github.com/aporeto-inc/trireme-lib@v10.358.0+incompatible/controller/internal/enforcer/utils/nsenter/nsenter_linux.go (about) 1 // +build linux 2 3 package nsenter 4 5 /* 6 #cgo CFLAGS: -Wall 7 extern void nsexec(); 8 void __attribute__((constructor)) init(void) { 9 nsexec(); 10 } 11 */ 12 import "C"