summaryrefslogtreecommitdiffstats
path: root/vendor/rustix/src/fs/file_type.rs
blob: cf8fc1d383b61261af847761571ecb12a1a65c58 (plain)
1
2
3
4
use crate::backend;

/// `S_IF*` constants.
pub use backend::fs::types::FileType;