Skip to content

Fix type casts in sys::redox

Dan Robertson requested to merge dlrobertson:fix_redox_build into master

sys::redox::geteuid and sys::redox::getuid should cast the result of sys::redox::cvt, not the syscall.

Merge request reports