Add patched libc crate

This commit is contained in:
Jeremy Soller 2022-12-02 08:25:55 -07:00
parent 05e0b93c6e
commit b815753633
No known key found for this signature in database
GPG Key ID: 87F211AF2BE4C2FE
2 changed files with 4 additions and 2 deletions

View File

@ -9,3 +9,7 @@ rustflags = []
[target.x86_64-unknown-redox]
linker = "x86_64-unknown-redox-gcc"
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" }

View File

@ -1,2 +0,0 @@
[patch.crates-io]
libc = { git = "https://gitlab.redox-os.org/redox-os/liblibc.git", branch = "redox-0.2.136" }