Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libct: replace unix.Kill with os.Process.Signal
Because we should switch to unix.PidFDSendSignal in new kernels, it has been supported in go runtime. We don't need to add fall back to unix.Kill code here. Signed-off-by: lfbzhm <[email protected]>
- Loading branch information