Move linux-specific futex code into sys
module.
This commit is contained in:
parent
568d9696e9
commit
2cf0f64722
4 changed files with 42 additions and 36 deletions
|
@ -49,6 +49,7 @@ pub mod env;
|
|||
pub mod ext;
|
||||
pub mod fd;
|
||||
pub mod fs;
|
||||
pub mod futex;
|
||||
pub mod io;
|
||||
#[cfg(target_os = "l4re")]
|
||||
mod l4re;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue