1
Fork 0

Move linux-specific futex code into sys module.

This commit is contained in:
Mara Bos 2020-09-19 18:03:10 +02:00
parent 568d9696e9
commit 2cf0f64722
4 changed files with 42 additions and 36 deletions

View file

@ -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;