properly define SIGSTKSZ under openbsd

This commit is contained in:
Sébastien Marie 2015-12-21 17:10:32 +01:00
parent 6dc38681a6
commit 0f8571b63d

View File

@ -201,7 +201,7 @@ pub const _SC_RTSIG_MAX : ::c_int = 66;
pub const _SC_SIGQUEUE_MAX : ::c_int = 70;
pub const _SC_TIMER_MAX : ::c_int = 93;
pub const SIGSTKSZ: ::size_t = 131072;
pub const SIGSTKSZ: ::size_t = 40960;
pub const FD_SETSIZE: usize = 1024;