Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove libc from our dependencies #135

Merged
merged 2 commits into from
Aug 14, 2023
Merged

Remove libc from our dependencies #135

merged 2 commits into from
Aug 14, 2023

Conversation

notgull
Copy link
Member

@notgull notgull commented Aug 13, 2023

This means that we only depend on rustix, so all of the system calls are direct. This should make mustang integration trivial.

Closes #113

This means that we only depend on rustix, so all of the system calls
are direct. This should make mustang integration trivial.

Signed-off-by: John Nunley <[email protected]>
@notgull notgull merged commit e42664d into master Aug 14, 2023
24 checks passed
@notgull notgull deleted the notgull/no-libc branch August 14, 2023 01:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Remove the libc dependency
2 participants