From c86f107344c572564cc7ce3810135ba4e2690faf Mon Sep 17 00:00:00 2001 From: 4lDO2 <4lDO2@protonmail.com> Date: Mon, 15 Jul 2024 16:46:43 +0200 Subject: [PATCH] Switch back to upstream syscall submodule. --- .gitmodules | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 9e1c54a1c5..43b05611a4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,7 @@ [submodule "syscall"] path = syscall - #url = https://gitlab.redox-os.org/redox-os/syscall.git - url = https://gitlab.redox-os.org/4lDO2/syscall.git - #branch = master - branch = usignal + url = https://gitlab.redox-os.org/redox-os/syscall.git + branch = master [submodule "slab_allocator"] path = slab_allocator url = https://gitlab.redox-os.org/redox-os/slab_allocator