Skip to content
Snippets Groups Projects
Commit 49d64cae authored by bors's avatar bors Committed by GitHub
Browse files

Auto merge of #370 - japaric:mips64, r=alexcrichton

mips64: define SIGSTKSZ

r? @alexcrichton
parents 9f8ec72e 3490cfeb
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment