Sha256: 5f0b5d07ddb5a5d60580f9561fdb05e9218d9751d4068c4aadad2ba6b950aabf

Contents?: true

Size: 830 Bytes

Versions: 19

Compression:

Stored size: 830 Bytes

Contents

//! Common types used by most newlib platforms

s! {
    pub struct sigset_t {
        __val: [::c_ulong; 16],
    }

    pub struct stat {
        pub st_dev: ::dev_t,
        pub st_ino: ::ino_t,
        pub st_mode: ::mode_t,
        pub st_nlink: ::nlink_t,
        pub st_uid: ::uid_t,
        pub st_gid: ::gid_t,
        pub st_rdev: ::dev_t,
        pub st_size: ::off_t,
        pub st_atime: ::time_t,
        pub st_spare1: ::c_long,
        pub st_mtime: ::time_t,
        pub st_spare2: ::c_long,
        pub st_ctime: ::time_t,
        pub st_spare3: ::c_long,
        pub st_blksize: ::blksize_t,
        pub st_blocks: ::blkcnt_t,
        pub st_spare4: [::c_long; 2usize],
    }

    pub struct dirent {
        pub d_ino: ::ino_t,
        pub d_type: ::c_uchar,
        pub d_name: [::c_char; 256usize],
    }
}

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
wasmtime-25.0.2 ./ext/cargo-vendor/libc-0.2.158/src/unix/newlib/generic.rs
wasmtime-25.0.1 ./ext/cargo-vendor/libc-0.2.158/src/unix/newlib/generic.rs
wasmtime-25.0.0 ./ext/cargo-vendor/libc-0.2.158/src/unix/newlib/generic.rs
wasmtime-24.0.0 ./ext/cargo-vendor/libc-0.2.158/src/unix/newlib/generic.rs
wasmtime-23.0.2 ./ext/cargo-vendor/libc-0.2.154/src/unix/newlib/generic.rs
wasmtime-22.0.0 ./ext/cargo-vendor/libc-0.2.154/src/unix/newlib/generic.rs
wasmtime-21.0.1 ./ext/cargo-vendor/libc-0.2.154/src/unix/newlib/generic.rs
wasmtime-20.0.2 ./ext/cargo-vendor/libc-0.2.154/src/unix/newlib/generic.rs
wasmtime-20.0.0 ./ext/cargo-vendor/libc-0.2.154/src/unix/newlib/generic.rs
wasmtime-18.0.3 ./ext/cargo-vendor/libc-0.2.152/src/unix/newlib/generic.rs
wasmtime-17.0.1 ./ext/cargo-vendor/libc-0.2.152/src/unix/newlib/generic.rs
wasmtime-17.0.0 ./ext/cargo-vendor/libc-0.2.152/src/unix/newlib/generic.rs
wasmtime-16.0.0 ./ext/cargo-vendor/libc-0.2.152/src/unix/newlib/generic.rs
wasmtime-15.0.1 ./ext/cargo-vendor/libc-0.2.152/src/unix/newlib/generic.rs
wasmtime-15.0.0 ./ext/cargo-vendor/libc-0.2.152/src/unix/newlib/generic.rs
wasmtime-14.0.4 ./ext/cargo-vendor/libc-0.2.149/src/unix/newlib/generic.rs
wasmtime-14.0.3 ./ext/cargo-vendor/libc-0.2.149/src/unix/newlib/generic.rs
wasmtime-14.0.1 ./ext/cargo-vendor/libc-0.2.149/src/unix/newlib/generic.rs
wasmtime-14.0.0 ./ext/cargo-vendor/libc-0.2.149/src/unix/newlib/generic.rs