-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Labels
enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.libcIssues related to libzigc and Zig's vendored libc code.Issues related to libzigc and Zig's vendored libc code.os-redoxstandard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.
Milestone
Description
It seems like Redox will not have a stable syscall ABI, but will have a stable libc ABI through relibc. This should be straightforward for us to support with the usual libc-abi-tools approach.
We'd also need to plumb support through other places since this would be a new std.Target.Os.Tag
tag. But I expect it all to be relatively straightforward.
Note that relibc is not stable yet, nor has Redox hit 1.0, so this is a project for the future.
Metadata
Metadata
Assignees
Labels
enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.libcIssues related to libzigc and Zig's vendored libc code.Issues related to libzigc and Zig's vendored libc code.os-redoxstandard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.