jasonwhite / jasonwhite/syscalls

Fix errno enum

Open
#24 0 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.