Skip to content

Fix platform::errno = ... in signal.rs

Ron Williams requested to merge rw_van/relibc:rw_van_230504 into master

Removed unnecessary platform:: to match with other uses of errno in the same file. Added required unsafe because errno is a static var.

Merge request reports