Skip to content

Commit

Permalink
Fix pdeathsig for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
5nord committed Jun 22, 2022
1 parent 7ead772 commit cc0cfd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/proc/pdeathsig_nolinux.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ package proc

import (
"os/exec"
"syscall"
)

func setPdeathsig(cmd *exec.Cmd) {
func setPdeathsig(cmd *exec.Cmd, sig syscall.Signal) {
}

0 comments on commit cc0cfd8

Please sign in to comment.