File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -316,6 +316,7 @@ pub const SIGINT: ::c_int = 2;
316
316
pub const SIGQUIT : :: c_int = 3 ;
317
317
pub const SIGILL : :: c_int = 4 ;
318
318
pub const SIGABRT : :: c_int = 6 ;
319
+ pub const SIGEMT : :: c_int = 7 ;
319
320
pub const SIGFPE : :: c_int = 8 ;
320
321
pub const SIGKILL : :: c_int = 9 ;
321
322
pub const SIGSEGV : :: c_int = 11 ;
Original file line number Diff line number Diff line change @@ -181,6 +181,7 @@ pub const SIGINT : ::c_int = 2;
181
181
pub const SIGQUIT : :: c_int = 3 ;
182
182
pub const SIGILL : :: c_int = 4 ;
183
183
pub const SIGABRT : :: c_int = 6 ;
184
+ pub const SIGEMT : :: c_int = 7 ;
184
185
pub const SIGFPE : :: c_int = 8 ;
185
186
pub const SIGKILL : :: c_int = 9 ;
186
187
pub const SIGSEGV : :: c_int = 11 ;
Original file line number Diff line number Diff line change @@ -506,6 +506,7 @@ pub const SIGINT: ::c_int = 2;
506
506
pub const SIGQUIT : :: c_int = 3 ;
507
507
pub const SIGILL : :: c_int = 4 ;
508
508
pub const SIGABRT : :: c_int = 6 ;
509
+ pub const SIGEMT : :: c_int = 7 ;
509
510
pub const SIGFPE : :: c_int = 8 ;
510
511
pub const SIGKILL : :: c_int = 9 ;
511
512
pub const SIGSEGV : :: c_int = 11 ;
You can’t perform that action at this time.
0 commit comments