We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44034f0 + 9fe906c commit 50bc03dCopy full SHA for 50bc03d
src/unix/bsd/freebsdlike/dragonfly/mod.rs
@@ -134,7 +134,7 @@ s! {
134
}
135
136
pub const RAND_MAX: ::c_int = 0x7fff_ffff;
137
-pub const PTHREAD_STACK_MIN: ::size_t = 1024;
+pub const PTHREAD_STACK_MIN: ::size_t = 16384;
138
pub const SIGSTKSZ: ::size_t = 40960;
139
pub const MADV_INVAL: ::c_int = 10;
140
pub const O_CLOEXEC: ::c_int = 0x00020000;
0 commit comments