syscalls
syscalls copied to clipboard
Fix errno enum
Some parts of Errno are arch-specific, so Errno is currently broken for architectures besides x86-64 and aarch64. Instead, we should have a per-architecture definition of Errno.