##// END OF EJS Templates
rust-chg: extract signal handlers from chg/procutil.c...
rust-chg: extract signal handlers from chg/procutil.c abortmsgerrno() and debugmsg() are removed, and the public interface instead returns success/error status. Since signal handlers can't propagate errors, the result of kill() is just ignored.
Yuya Nishihara -
r40154:cd490ac9 default
Show More