This commit is contained in:
Xavier L'Heureux
2019-08-11 18:08:11 -04:00
parent 4c7f8c6369
commit 225583230f
7 changed files with 28 additions and 9 deletions
+1
View File
@@ -36,6 +36,7 @@ impl PalSignal for Sys {
}
unsafe fn sigaction(sig: c_int, act: *const sigaction, oact: *mut sigaction) -> c_int {
println!("in: {:?}", (*act));
e(syscall!(
RT_SIGACTION,
sig,