syscalls icon indicating copy to clipboard operation
syscalls copied to clipboard

Fix errno enum

Open jasonwhite opened this issue 3 years ago • 0 comments

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.

jasonwhite avatar Oct 30 '22 18:10 jasonwhite