We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a94097d commit 3490cfeCopy full SHA for 3490cfe
src/unix/notbsd/linux/mips64.rs
@@ -201,6 +201,7 @@ pub const RLIM_INFINITY: ::rlim_t = 0xffffffffffffffff;
201
pub const SA_ONSTACK: ::c_int = 0x08000000;
202
pub const SA_SIGINFO: ::c_int = 0x00000008;
203
pub const SIGBUS: ::c_int = 10;
204
+pub const SIGSTKSZ: ::size_t = 0x2000;
205
pub const SIG_SETMASK: ::c_int = 3;
206
pub const SOCK_DGRAM: ::c_int = 1;
207
pub const SOCK_STREAM: ::c_int = 2;
0 commit comments