Merge sys_common::rt into rt

This commit is contained in:
bjorn3
2021-09-16 14:28:21 +02:00
parent 2b5ddf36fd
commit 6f6bb16718
5 changed files with 89 additions and 92 deletions

View File

@@ -28,8 +28,6 @@ pub mod memchr;
pub mod mutex;
pub mod process;
pub mod remutex;
#[macro_use]
pub mod rt;
pub mod rwlock;
pub mod thread;
pub mod thread_info;