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

Implement more functions in c-scape #6

Merged
merged 11 commits into from Sep 10, 2021

Conversation

sunfishcode
Copy link
Owner

This patch sequence adds basic support for everything in std::fs, all the libm functions, getrandom, mmap/mprotect, pipe2, isatty, and clock_gettime.

The targets are renamed from <arch>-unknown-linux-mustang to <arch>-mustang-linux-gnu, which makes them more compatible with existing crates.

@sunfishcode sunfishcode force-pushed the sunfishcode/implement-more-stuff branch from 8e19336 to aabd19c Compare September 10, 2021 07:17
@sunfishcode sunfishcode merged commit 7ab2a18 into main Sep 10, 2021
@sunfishcode sunfishcode deleted the sunfishcode/implement-more-stuff branch September 10, 2021 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant