summaryrefslogtreecommitdiffstats
path: root/vendor/rustix/src/backend/libc/thread/mod.rs
blob: 4f8c87cd2d852f272dadfea5567ca50ba71e6732 (plain)
1
2
3
4
#[cfg(linux_kernel)]
pub(crate) mod futex;
#[cfg(not(windows))]
pub(crate) mod syscalls;