Skip to content

Commit

Permalink
a recursive mutex isn't part of the hermit-abi
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Aug 7, 2023
1 parent 22f4068 commit fbf460b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 166 deletions.
1 change: 0 additions & 1 deletion src/synch/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//! Synchronization primitives

pub mod futex;
pub mod recmutex;
pub mod semaphore;
89 changes: 0 additions & 89 deletions src/synch/recmutex.rs

This file was deleted.

2 changes: 0 additions & 2 deletions src/syscalls/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ pub use self::condvar::*;
pub use self::entropy::*;
pub use self::futex::*;
pub use self::processor::*;
pub use self::recmutex::*;
pub use self::semaphore::*;
pub use self::spinlock::*;
pub use self::system::*;
Expand All @@ -30,7 +29,6 @@ mod lwip;
#[cfg(all(feature = "tcp", not(feature = "newlib")))]
pub mod net;
mod processor;
mod recmutex;
mod semaphore;
mod spinlock;
mod system;
Expand Down
74 changes: 0 additions & 74 deletions src/syscalls/recmutex.rs

This file was deleted.

0 comments on commit fbf460b

Please sign in to comment.