Skip to content

Commit 49d64ca

Browse files
authored
Auto merge of #370 - japaric:mips64, r=alexcrichton
mips64: define SIGSTKSZ r? @alexcrichton
2 parents 9f8ec72 + 3490cfe commit 49d64ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix/notbsd/linux/mips64.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ pub const RLIM_INFINITY: ::rlim_t = 0xffffffffffffffff;
201201
pub const SA_ONSTACK: ::c_int = 0x08000000;
202202
pub const SA_SIGINFO: ::c_int = 0x00000008;
203203
pub const SIGBUS: ::c_int = 10;
204+
pub const SIGSTKSZ: ::size_t = 0x2000;
204205
pub const SIG_SETMASK: ::c_int = 3;
205206
pub const SOCK_DGRAM: ::c_int = 1;
206207
pub const SOCK_STREAM: ::c_int = 2;

0 commit comments

Comments
 (0)