summaryrefslogtreecommitdiff
path: root/src/unix/notbsd/linux/other/b64/x86_64.rs
diff options
context:
space:
mode:
authorAnatol Pomozov <anatol.pomozov@gmail.com>2017-04-04 13:26:32 -0700
committerAnatol Pomozov <anatol.pomozov@gmail.com>2017-04-24 12:42:46 -0700
commitde75eb6c6aa3a3c2096a7cb7c7a9b535d1f52163 (patch)
tree62aaf243b14351ca7e220f7d6644a9ea7ea76f70 /src/unix/notbsd/linux/other/b64/x86_64.rs
parent30d665aef85575cea2f0ef483c52ab0d02d3666f (diff)
downloadrust-libc-de75eb6c6aa3a3c2096a7cb7c7a9b535d1f52163.tar.gz
Add MINSIGSTKSZ constant to linux sources
MINSIGSTKSZ is a minimum size of process stack allowed
Diffstat (limited to 'src/unix/notbsd/linux/other/b64/x86_64.rs')
-rw-r--r--src/unix/notbsd/linux/other/b64/x86_64.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unix/notbsd/linux/other/b64/x86_64.rs b/src/unix/notbsd/linux/other/b64/x86_64.rs
index b5f2a8284f..b39ccb3916 100644
--- a/src/unix/notbsd/linux/other/b64/x86_64.rs
+++ b/src/unix/notbsd/linux/other/b64/x86_64.rs
@@ -402,6 +402,7 @@ pub const MCL_CURRENT: ::c_int = 0x0001;
pub const MCL_FUTURE: ::c_int = 0x0002;
pub const SIGSTKSZ: ::size_t = 8192;
+pub const MINSIGSTKSZ: ::size_t = 2048;
pub const CBAUD: ::tcflag_t = 0o0010017;
pub const TAB1: ::c_int = 0x00000800;
pub const TAB2: ::c_int = 0x00001000;