7 lines
156 B
Rust
7 lines
156 B
Rust
//! Source directory: `sysdeps/unix/`
|
|
//!
|
|
//! <https://github.com/bminor/glibc/tree/master/sysdeps/unix>
|
|
|
|
#[cfg(target_os = "linux")]
|
|
pub(crate) mod linux;
|