Avoid static mut thread locals
Instead use UnsafeCell
inside the thread locals.
Based on !227 (merged)
Merge request reports
Activity
added 4 commits
-
f78250ca...846aa32f - 3 commits from branch
redox-os:master
- 56b16ce8 - Avoid static mut thread locals
-
f78250ca...846aa32f - 3 commits from branch
mentioned in commit 5c99d73b
Please register or sign in to reply