Skip to content

Commit 0f8571b

Browse files
committed
properly define SIGSTKSZ under openbsd
1 parent 6dc3868 commit 0f8571b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/bsd/openbsdlike/openbsd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ pub const _SC_RTSIG_MAX : ::c_int = 66;
201201
pub const _SC_SIGQUEUE_MAX : ::c_int = 70;
202202
pub const _SC_TIMER_MAX : ::c_int = 93;
203203

204-
pub const SIGSTKSZ: ::size_t = 131072;
204+
pub const SIGSTKSZ: ::size_t = 40960;
205205

206206
pub const FD_SETSIZE: usize = 1024;
207207

0 commit comments

Comments
 (0)