devela::_dep::rustix::param

Function linux_execfn

pub fn linux_execfn() -> &'static CStr
Available on crate feature dep_rustix only.
Expand description

getauxval(AT_EXECFN)—Returns the Linux “execfn” string.

Return the string that Linux has recorded as the filesystem path to the executable. Returns an empty string if the string is not available.

§References