d82240f228
Regression of https://gitlab.redox-os.org/redox-os/relibc/-/merge_requests/890 * The unsafe block needs to be moved *outside* to make sure the `attr` is mutated. * `RlctMutexAttr` was `Copy` which is not required. Signed-off-by: Anhad Singh <andypython@protonmail.com>