Replace libc to use closer-to-upstream rand
This commit is contained in:
parent
2c0982d1fc
commit
c3648d1cc4
|
@ -1 +1 @@
|
|||
Subproject commit ace2ad75aed00cb97e6b33b70ffdff7c422e932e
|
||||
Subproject commit b95a10820aa69dcd109e88f0fa5fe080b7c2b143
|
|
@ -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…
Reference in a new issue