Skip to content
Snippets Groups Projects
Verified Commit 232a3311 authored by jD91mZM2's avatar jD91mZM2
Browse files

Add SIGABRT to redox

parent b10fa984
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ pub const SIGINT: usize = 2;
pub const SIGQUIT: usize = 3;
pub const SIGILL: usize = 4;
pub const SIGTRAP: usize = 5;
pub const SIGABRT: usize = 6;
pub const SIGBUS: usize = 7;
pub const SIGFPE: usize = 8;
pub const SIGKILL: usize = 9;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment