jasonwhite / jasonwhite/syscalls
Fix errno enum
Open
bug
up for grabs
- Dominant language
- Rust
- Stars
- 141
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
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`.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the Errno definition and the architecture-specific code in the repository. Review how errno values differ across supported Linux architectures, then ensure Errno has a definition for each architecture and verify that the existing project checks pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- linux, rust
- Domain
- operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100