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