Function 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