mirror of
https://github.com/rcore-os/rCore-Tutorial-v3.git
synced 2024-11-26 11:23:37 +04:00
fix little bug on SIGDEF
This commit is contained in:
parent
ad28f5f627
commit
6a6dd5e948
@ -156,7 +156,7 @@ impl Default for SignalAction {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pub const SIGDEF :i32 = 1; // Default signal handling
|
pub const SIGDEF :i32 = 0; // Default signal handling
|
||||||
pub const SIGHUP :i32 = 1;
|
pub const SIGHUP :i32 = 1;
|
||||||
pub const SIGINT :i32 = 2;
|
pub const SIGINT :i32 = 2;
|
||||||
pub const SIGQUIT :i32 = 3;
|
pub const SIGQUIT :i32 = 3;
|
||||||
|
Loading…
Reference in New Issue
Block a user