Sha256: e91631918772a752429b53fb7674f288e27af0d133a583bd9d50af7af7802328

Contents?: true

Size: 431 Bytes

Versions: 3

Compression:

Stored size: 431 Bytes

Contents

pub(crate) use libc::*;

/// `PROC_SUPER_MAGIC`—The magic number for the procfs filesystem.
#[cfg(all(any(target_os = "android", target_os = "linux"), target_env = "musl"))]
pub(crate) const PROC_SUPER_MAGIC: u32 = 0x0000_9fa0;

/// `NFS_SUPER_MAGIC`—The magic number for the NFS filesystem.
#[cfg(all(any(target_os = "android", target_os = "linux"), target_env = "musl"))]
pub(crate) const NFS_SUPER_MAGIC: u32 = 0x0000_6969;

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wasmtime-9.0.1 ./ext/cargo-vendor/rustix-0.37.19/src/backend/libc/c.rs
wasmtime-8.0.0 ./ext/cargo-vendor/rustix-0.37.13/src/backend/libc/c.rs
wasmtime-7.0.0 ./ext/cargo-vendor/rustix-0.37.5/src/backend/libc/c.rs