Update libc and ralloc, remove ralloc from repo as it is fetched with cargo
This commit is contained in:
parent
67354b6d26
commit
a4d973fee2
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -4,9 +4,6 @@
|
|||
[submodule "libstd"]
|
||||
path = libstd
|
||||
url = https://github.com/redox-os/libstd.git
|
||||
[submodule "ralloc"]
|
||||
path = ralloc
|
||||
url = https://github.com/redox-os/ralloc
|
||||
[submodule "ion"]
|
||||
path = programs/ion
|
||||
url = https://github.com/redox-os/ion.git
|
||||
|
|
2
libstd
2
libstd
|
@ -1 +1 @@
|
|||
Subproject commit 2f7ee270c63151c6f3242ad4f1b669a76ed48a5c
|
||||
Subproject commit e29b0cbfc85f6dc644428d053539800c173f70f0
|
|
@ -9,4 +9,4 @@ default-features = false
|
|||
features = ["allocator"]
|
||||
|
||||
[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" }
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 18e7916946b6dbe75236023e24c40793fd99705d
|
||||
Subproject commit 62d860f9a226c0be54bf4969ed1afae42f445f19
|
|
@ -1 +1 @@
|
|||
Subproject commit d765b381f83b59c57b52b6981c3ea946ebd891f7
|
||||
Subproject commit 98d7b64a16c9c5e617c5e206945a9f380788111b
|
1
ralloc
1
ralloc
|
@ -1 +0,0 @@
|
|||
Subproject commit be2a916a257344ed09345177f01b8fb367542185
|
Loading…
Reference in a new issue