Constant rustix::fs::PROC_SUPER_MAGIC
pub const PROC_SUPER_MAGIC: FsWord = imp::fs::PROC_SUPER_MAGIC;
The portability is definied by:
#[cfg(any(linux_raw,
all(libc, any(target_os = "android", target_os = "linux"))))]
Documentation
The filesystem magic number for procfs.
See the fstatfs
man page for more information.