Remove replacement for libc
This commit is contained in:
parent
0be014cf2d
commit
9fffdb275f
13 changed files with 5 additions and 30 deletions
|
@ -15,9 +15,5 @@ panic_abort = { path = "panic_abort" }
|
|||
libc = { path = "libc" }
|
||||
unwind = { path = "unwind" }
|
||||
|
||||
[replace]
|
||||
"libc:0.2.17" = { git = "https://github.com/rust-lang/libc.git" }
|
||||
|
||||
[target.'cfg(target_os = "redox")'.dependencies]
|
||||
redox_syscall = { git = "https://github.com/redox-os/syscall.git" }
|
||||
|
||||
|
|
|
@ -8,6 +8,3 @@ git = "https://github.com/redox-os/ralloc.git"
|
|||
branch = "new_kernel"
|
||||
default-features = false
|
||||
features = ["allocator"]
|
||||
|
||||
[replace]
|
||||
"libc:0.2.17" = { git = "https://github.com/rust-lang/libc.git" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue