Replace libc to use closer-to-upstream rand
This commit is contained in:
parent
2c0982d1fc
commit
c3648d1cc4
3 changed files with 7 additions and 1 deletions
|
@ -7,3 +7,6 @@ event = { path = "../../crates/event/" }
|
|||
netutils = { path = "../../programs/netutils/" }
|
||||
rand = { git = "https://github.com/redox-os/rand.git", branch = "redox" }
|
||||
redox_syscall = { path = "../../syscall/" }
|
||||
|
||||
[replace]
|
||||
"libc:0.2.17" = { git = "https://github.com/redox-os/liblibc.git", branch = "redox" }
|
||||
|
|
|
@ -7,3 +7,6 @@ event = { path = "../../crates/event/" }
|
|||
netutils = { path = "../../programs/netutils/" }
|
||||
rand = { git = "https://github.com/redox-os/rand.git", branch = "redox" }
|
||||
redox_syscall = { path = "../../syscall/" }
|
||||
|
||||
[replace]
|
||||
"libc:0.2.17" = { git = "https://github.com/redox-os/liblibc.git", branch = "redox" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue