Function rustix::param::linux_minsigstksz

source ·
pub fn linux_minsigstksz() -> usize
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