Skip to content
Snippets Groups Projects
Verified Commit addd4de7 authored by jD91mZM2's avatar jD91mZM2
Browse files

Add tokio patches

This resolves the build errors for drivers.
parent 6c7fe1e8
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,8 @@ paths = [ ...@@ -2,6 +2,8 @@ paths = [
"patches/atty", "patches/atty",
"patches/liblibc", "patches/liblibc",
"patches/mio", "patches/mio",
"patches/tokio/tokio",
"patches/tokio/tokio-reactor",
"patches/net2-rs", "patches/net2-rs",
"patches/pb", "patches/pb",
"patches/platform-info", "patches/platform-info",
......
...@@ -49,3 +49,6 @@ ...@@ -49,3 +49,6 @@
path = patches/mio path = patches/mio
url = https://gitlab.redox-os.org/redox-os/mio.git url = https://gitlab.redox-os.org/redox-os/mio.git
branch = redox-unix branch = redox-unix
[submodule "patches/tokio"]
path = patches/tokio
url = git@gitlab.redox-os.org:redox-os/tokio.git
Subproject commit 58b70e4906d927139c499bb4bb29a990b35588fc Subproject commit c9a70849ced97387e2607c9c466d23b130ec8901
Subproject commit 880522af62a59db82fafdc7bd7c8c58ec3302428
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment