#![no_std]#![cfg(any(target_os ="linux", target_os ="android"))]pubmodlocal;pubmodregs;/// This is the longest path length we guarantee we can handle, since we won't be able to allocate
/// in the fork of the crashed process. We can increase if necessary.
pubconstMAX_PATH_LEN:usize=256;