We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 761f04a + 8e35e26 commit 904ffb2Copy full SHA for 904ffb2
src/unix/bsd/freebsdlike/freebsd.rs
@@ -1,5 +1,6 @@
1
pub const PTHREAD_STACK_MIN: ::size_t = 2048;
2
pub const KERN_PROC_PATHNAME: ::c_int = 12;
3
+pub const SIGSTKSZ: ::size_t = 2048 /* MINSIGSTKSZ */ + 32768;
4
5
extern {
6
pub fn __error() -> *mut ::c_int;
0 commit comments