We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af392b7 commit 54dafb2Copy full SHA for 54dafb2
util/exec/exec_unix.go
@@ -8,6 +8,7 @@ import "syscall"
8
func newSysProcAttr(setpgid bool) *syscall.SysProcAttr {
9
return &syscall.SysProcAttr{Setpgid: setpgid}
10
}
11
+
12
func sysCallSignal(pid int, sig syscall.Signal) error {
13
return syscall.Kill(pid, sig)
14
0 commit comments