We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22bb4e4 + a0725ad commit b40b47aCopy full SHA for b40b47a
src/unix/bsd/apple/mod.rs
@@ -438,6 +438,7 @@ pub const SIGINT: ::c_int = 2;
438
pub const SIGQUIT: ::c_int = 3;
439
pub const SIGILL: ::c_int = 4;
440
pub const SIGABRT: ::c_int = 6;
441
+pub const SIGEMT: ::c_int = 7;
442
pub const SIGFPE: ::c_int = 8;
443
pub const SIGKILL: ::c_int = 9;
444
pub const SIGSEGV: ::c_int = 11;
src/unix/bsd/mod.rs
@@ -163,6 +163,7 @@ pub const SIGXFSZ: ::c_int = 25;
163
pub const SIGVTALRM: ::c_int = 26;
164
pub const SIGPROF: ::c_int = 27;
165
pub const SIGWINCH: ::c_int = 28;
166
+pub const SIGINFO: ::c_int = 29;
167
168
pub const SIG_SETMASK: ::c_int = 3;
169
pub const SIG_BLOCK: ::c_int = 0x1;
0 commit comments