Skip to content

Commit 3490cfe

Browse files
author
Jorge Aparicio
committed
mips64: define SIGSTKSZ
1 parent a94097d commit 3490cfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix/notbsd/linux/mips64.rs

+1
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)