Function rustix::process::prctl::set_endian_mode

source ·
pub unsafe fn set_endian_mode(mode: EndianMode) -> Result<()>
Expand description

Set the endianness of the calling process.

§References

§Safety

Please ensure the conditions necessary to safely call this function, as detailed in the references above.