summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-08-29 09:04:48 -0700
committerGitHub <noreply@github.com>2016-08-29 09:04:48 -0700
commit49d64cae0699ed9d9ed84810d737a26b0b519da8 (patch)
tree0f5c87bbc2199dcc55c5f241dc825d6c6ee12124
parent9f8ec72ec04be397965bec720fe4eb2e3070084f (diff)
parent3490cfeb79196d34586beff3dd2a5381dc8f700c (diff)
downloadrust-libc-49d64cae0699ed9d9ed84810d737a26b0b519da8.tar.gz
Auto merge of #370 - japaric:mips64, r=alexcrichton
mips64: define SIGSTKSZ r? @alexcrichton
-rw-r--r--src/unix/notbsd/linux/mips64.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unix/notbsd/linux/mips64.rs b/src/unix/notbsd/linux/mips64.rs
index eb2fe8b130..7c51dffba4 100644
--- a/src/unix/notbsd/linux/mips64.rs
+++ b/src/unix/notbsd/linux/mips64.rs
@@ -201,6 +201,7 @@ pub const RLIM_INFINITY: ::rlim_t = 0xffffffffffffffff;
pub const SA_ONSTACK: ::c_int = 0x08000000;
pub const SA_SIGINFO: ::c_int = 0x00000008;
pub const SIGBUS: ::c_int = 10;
+pub const SIGSTKSZ: ::size_t = 0x2000;
pub const SIG_SETMASK: ::c_int = 3;
pub const SOCK_DGRAM: ::c_int = 1;
pub const SOCK_STREAM: ::c_int = 2;