--- a/rust/chg/build.rs Sun Oct 07 23:19:49 2018 +0900 +++ b/rust/chg/build.rs Mon Sep 24 22:04:57 2018 +0900 @@ -4,5 +4,6 @@ cc::Build::new() .warnings(true) .file("src/sendfds.c") + .file("src/sighandlers.c") .compile("procutil"); }