Skip to content

Eliminate all errno-based error handling in the Pal trait

Jacob Lorentzon requested to merge 4lDO2/relibc:pal_errno into master

Also changes the Ok(_) type of IO functions to unsigned, since the signedness is exclusively for supporting the "-1 and errno" pattern, which is no longer used.

Merge request reports