##// END OF EJS Templates
templatekw: fix documentation typos
templatekw: fix documentation typos

File last commit:

r40154:cd490ac9 default
r41143:70e3e3da stable
Show More
build.rs
9 lines | 173 B | application/rls-services+xml | RustLexer
extern crate cc;
fn main() {
cc::Build::new()
.warnings(true)
.file("src/sendfds.c")
.file("src/sighandlers.c")
.compile("procutil");
}