devela::_dep::rustix::paramFunction linux_minsigstksz
pub fn linux_minsigstksz() -> usize ⓘ
Available on crate feature dep_rustix
only.
Expand description
getauxval(AT_MINSIGSTKSZ)
—Returns the Linux “minsigstksz” data.
Return the Linux AT_MINSIGSTKSZ
value passed to the current process.
Returns 0 if it is not available.
§References