File tree Expand file tree Collapse file tree 9 files changed +9
-0
lines changed
src/unix/linux_like/linux Expand file tree Collapse file tree 9 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -115,3 +115,4 @@ SYS_waitpid
115
115
TIOCCBRK
116
116
TIOCSBRK
117
117
max_align_t
118
+ SIGEMT
Original file line number Diff line number Diff line change @@ -113,3 +113,4 @@ flock64
113
113
max_align_t
114
114
sysctl
115
115
termios2
116
+ SIGEMT
Original file line number Diff line number Diff line change @@ -768,6 +768,7 @@ pub const SOCK_DGRAM: c_int = 1;
768
768
pub const SA_SIGINFO : c_int = 0x00000008 ;
769
769
pub const SA_NOCLDWAIT : c_int = 0x00010000 ;
770
770
771
+ pub const SIGEMT : c_int = 7 ;
771
772
pub const SIGCHLD : c_int = 18 ;
772
773
pub const SIGBUS : c_int = 10 ;
773
774
pub const SIGTTIN : c_int = 26 ;
Original file line number Diff line number Diff line change @@ -316,6 +316,7 @@ pub const SOCK_DGRAM: c_int = 2;
316
316
pub const SA_SIGINFO : c_int = 0x200 ;
317
317
pub const SA_NOCLDWAIT : c_int = 0x100 ;
318
318
319
+ pub const SIGEMT : c_int = 7 ;
319
320
pub const SIGTTIN : c_int = 21 ;
320
321
pub const SIGTTOU : c_int = 22 ;
321
322
pub const SIGXCPU : c_int = 24 ;
Original file line number Diff line number Diff line change @@ -757,6 +757,7 @@ pub const SA_ONSTACK: c_int = 0x08000000;
757
757
pub const SA_SIGINFO : c_int = 0x00000008 ;
758
758
pub const SA_NOCLDWAIT : c_int = 0x00010000 ;
759
759
760
+ pub const SIGEMT : c_int = 7 ;
760
761
pub const SIGCHLD : c_int = 18 ;
761
762
pub const SIGBUS : c_int = 10 ;
762
763
pub const SIGTTIN : c_int = 26 ;
Original file line number Diff line number Diff line change @@ -324,6 +324,7 @@ pub const SA_ONSTACK: c_int = 1;
324
324
pub const SA_SIGINFO : c_int = 0x200 ;
325
325
pub const SA_NOCLDWAIT : c_int = 0x100 ;
326
326
327
+ pub const SIGEMT : c_int = 7 ;
327
328
pub const SIGTTIN : c_int = 21 ;
328
329
pub const SIGTTOU : c_int = 22 ;
329
330
pub const SIGXCPU : c_int = 24 ;
Original file line number Diff line number Diff line change @@ -345,6 +345,7 @@ pub const SA_ONSTACK: c_int = 0x08000000;
345
345
pub const SA_SIGINFO : c_int = 8 ;
346
346
pub const SA_NOCLDWAIT : c_int = 0x10000 ;
347
347
348
+ pub const SIGEMT : c_int = 7 ;
348
349
pub const SIGCHLD : c_int = 18 ;
349
350
pub const SIGBUS : c_int = 10 ;
350
351
pub const SIGTTIN : c_int = 26 ;
Original file line number Diff line number Diff line change @@ -591,6 +591,7 @@ pub const SA_ONSTACK: c_int = 0x08000000;
591
591
pub const SA_SIGINFO : c_int = 0x00000008 ;
592
592
pub const SA_NOCLDWAIT : c_int = 0x00010000 ;
593
593
594
+ pub const SIGEMT : c_int = 7 ;
594
595
pub const SIGCHLD : c_int = 18 ;
595
596
pub const SIGBUS : c_int = 10 ;
596
597
pub const SIGTTIN : c_int = 26 ;
Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ pub const SA_ONSTACK: c_uint = 0x08000000;
163
163
pub const SA_SIGINFO : c_uint = 0x00000008 ;
164
164
pub const SA_NOCLDWAIT : c_int = 0x00010000 ;
165
165
166
+ pub const SIGEMT : c_int = 7 ;
166
167
pub const SIGCHLD : c_int = 18 ;
167
168
pub const SIGBUS : c_int = 10 ;
168
169
pub const SIGTTIN : c_int = 26 ;
You can’t perform that action at this time.
0 commit comments