We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Alloc requires libc::write on Redox, so it was added to liblibc. Now the src/liblibc submodule needs to be updated to include this PR:
libc::write
liblibc
src/liblibc
rust-lang/libc#653
The text was updated successfully, but these errors were encountered:
Rollup merge of rust-lang#43322 - redox-os:redox_liblibc, r=alexcrichton
53fd91d
Update liblibc This updates liblibc to the latest master and fixes rust-lang#43305
da24118
Successfully merging a pull request may close this issue.
Alloc requires
libc::write
on Redox, so it was added toliblibc
. Now thesrc/liblibc
submodule needs to be updated to include this PR:rust-lang/libc#653
The text was updated successfully, but these errors were encountered: