1
Fork 0

std: Move elf TLS to sys::fast_thread_local

This commit is contained in:
Brian Anderson 2016-09-30 20:13:58 +00:00
parent ac968c4664
commit 568840707c
5 changed files with 171 additions and 163 deletions

View file

@ -38,6 +38,7 @@ pub mod backtrace;
pub mod condvar;
pub mod env;
pub mod ext;
pub mod fast_thread_local;
pub mod fd;
pub mod fs;
pub mod memchr;