Update libc
This commit is contained in:
parent
a4d973fee2
commit
59349a7d5c
|
@ -15,4 +15,4 @@ libc = { path = "libc" }
|
|||
unwind = { path = "unwind" }
|
||||
|
||||
[replace]
|
||||
"libc:0.2.17" = { git = "https://github.com/redox-os/liblibc.git", branch = "new_kernel" }
|
||||
"libc:0.2.17" = { git = "https://github.com/redox-os/liblibc.git", branch = "redox" }
|
||||
|
|
|
@ -4,7 +4,8 @@ version = "0.0.0"
|
|||
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
|
||||
|
||||
[dependencies.ralloc]
|
||||
path = "../../ralloc/"
|
||||
git = "https://github.com/redox-os/ralloc.git"
|
||||
branch = "new_kernel"
|
||||
default-features = false
|
||||
features = ["allocator"]
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit b7ba51384d8d5ecf66d10c0e73e6bd3375e43913
|
||||
Subproject commit c281770b27c54486fea6e20c784d10c55f38561a
|
|
@ -1 +1 @@
|
|||
Subproject commit 62d860f9a226c0be54bf4969ed1afae42f445f19
|
||||
Subproject commit ce419fcdcec4d049462ab465464bd1651822f7a4
|
|
@ -1 +1 @@
|
|||
Subproject commit 98d7b64a16c9c5e617c5e206945a9f380788111b
|
||||
Subproject commit 8a7f4bba830a82473588d9b41f8725a3105ac614
|
Loading…
Reference in a new issue