blob: 2f8014933521f2bc7e8cc8101c30bae402a7a067 [file] [log] [blame]
pub mod foreign_items;
mod fs;
mod mem;
mod sync;
mod thread;
mod android;
mod freebsd;
mod linux;
mod macos;
pub use fs::{DirHandler, FileHandler};
// Make up some constants.
const UID: u32 = 1000;