Skip to content
Snippets Groups Projects
Verified Commit b8157536 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Add patched libc crate

parent 05e0b93c
No related branches found
No related tags found
No related merge requests found
...@@ -9,3 +9,7 @@ rustflags = [] ...@@ -9,3 +9,7 @@ rustflags = []
[target.x86_64-unknown-redox] [target.x86_64-unknown-redox]
linker = "x86_64-unknown-redox-gcc" linker = "x86_64-unknown-redox-gcc"
rustflags = [] rustflags = []
# TODO: remove patch if https://github.com/rust-lang/libc/pull/3024 is released
[patch.crates-io]
libc = { git = "https://gitlab.redox-os.org/redox-os/liblibc.git", branch = "rust-2022-03-18" }
[patch.crates-io]
libc = { git = "https://gitlab.redox-os.org/redox-os/liblibc.git", branch = "redox-0.2.136" }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment