Exposed functions are planned to be used by `buildctl`: https://github.com/moby/buildkit/issues/769 Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
11 lines
99 B
Go
11 lines
99 B
Go
// +build !linux
|
|
|
|
package commandconn
|
|
|
|
import (
|
|
"os/exec"
|
|
)
|
|
|
|
func setPdeathsig(cmd *exec.Cmd) {
|
|
}
|