Sha256: 12f8d4049862fc0c4d94b770f2d0341c1c7bf3da0619436169c12cadc4093def

Contents?: true

Size: 194 Bytes

Versions: 2

Compression:

Stored size: 194 Bytes

Contents

use crate::prelude::*;

// Thestyle checker discourages the use of #[cfg], so this has to go into a
// separate module
pub type pthread_t = c_ulong;

pub const PTHREAD_STACK_MIN: usize = 16384;

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/libc-0.2.169/src/unix/linux_like/linux/uclibc/x86_64/other.rs
wasmtime-28.0.0 ./ext/cargo-vendor/libc-0.2.169/src/unix/linux_like/linux/uclibc/x86_64/other.rs