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 83ac25a + dab9b8b commit 76587b1Copy full SHA for 76587b1
src/unix/bsd/freebsdlike/dragonfly.rs
@@ -1,5 +1,6 @@
1
pub const PTHREAD_STACK_MIN: ::size_t = 1024;
2
pub const KERN_PROC_PATHNAME: ::c_int = 9;
3
+pub const SIGSTKSZ: ::size_t = 8192 /* MINSIGSTKSZ */ + 32768;
4
5
extern {
6
pub fn __dfly_error() -> *const ::c_int;
0 commit comments