From 9ba04a065e4539c4fd20e1d20cfa3a8009f34cb1 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 31 Oct 2016 11:50:10 -0600 Subject: [PATCH] Add syscall as submodule --- .gitmodules | 3 +++ syscall | 1 + 2 files changed, 4 insertions(+) create mode 160000 syscall diff --git a/.gitmodules b/.gitmodules index 9e8520f..1aed5e4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,3 +52,6 @@ [submodule "installer"] path = installer url = https://github.com/redox-os/installer.git +[submodule "syscall"] + path = syscall + url = https://github.com/redox-os/syscall.git diff --git a/syscall b/syscall new file mode 160000 index 0000000..5a687df --- /dev/null +++ b/syscall @@ -0,0 +1 @@ +Subproject commit 5a687dfeb578343431992f3a4d854f303a904486