mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Add tokio patches
This resolves the build errors for drivers.
This commit is contained in:
parent
6c7fe1e8c8
commit
addd4de7d5
@ -2,6 +2,8 @@ paths = [
|
||||
"patches/atty",
|
||||
"patches/liblibc",
|
||||
"patches/mio",
|
||||
"patches/tokio/tokio",
|
||||
"patches/tokio/tokio-reactor",
|
||||
"patches/net2-rs",
|
||||
"patches/pb",
|
||||
"patches/platform-info",
|
||||
|
||||
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -49,3 +49,6 @@
|
||||
path = patches/mio
|
||||
url = https://gitlab.redox-os.org/redox-os/mio.git
|
||||
branch = redox-unix
|
||||
[submodule "patches/tokio"]
|
||||
path = patches/tokio
|
||||
url = git@gitlab.redox-os.org:redox-os/tokio.git
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 58b70e4906d927139c499bb4bb29a990b35588fc
|
||||
Subproject commit c9a70849ced97387e2607c9c466d23b130ec8901
|
||||
1
patches/tokio
Submodule
1
patches/tokio
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 880522af62a59db82fafdc7bd7c8c58ec3302428
|
||||
Loading…
Reference in New Issue
Block a user