From 81a4d65a2ea5bc9102200fdee71eecdd0e5fe628 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Wed, 16 Sep 2020 10:43:48 -0400 Subject: [PATCH] docs: Add attribution to syscall.c --- runtime/src/libc/syscall.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/runtime/src/libc/syscall.c b/runtime/src/libc/syscall.c index c2090a0..6310e23 100644 --- a/runtime/src/libc/syscall.c +++ b/runtime/src/libc/syscall.c @@ -1,5 +1,11 @@ #ifndef USE_HTTP_UVIO +/* + * This code originally came from the aWsm compiler + * It has since been updated + * https://github.com/gwsystems/aWsm/blob/master/runtime/libc/libc_backing.c + */ + #include #include #include