From 2bd219830969c555358301dd7d978f6885477a9d Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Mon, 30 Apr 2018 02:28:20 -0700 Subject: libthunk: add libthunk submodule Going to try use libthunk for normalizing the fiber functions --- .gitmodules | 3 +++ libthunk | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 libthunk diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..44e7beb --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "libthunk"] + path = libthunk + url = git://git.pengaru.com/libthunk diff --git a/libthunk b/libthunk new file mode 160000 index 0000000..38be352 --- /dev/null +++ b/libthunk @@ -0,0 +1 @@ +Subproject commit 38be3528bb544bd2fa0101b096186014a1161cc5 -- cgit v1.2.3