summaryrefslogtreecommitdiff
path: root/src/libc.c
diff options
context:
space:
mode:
authorJari Vetoniemi <mailroxas@gmail.com>2018-11-18 07:16:13 +0200
committerJari Vetoniemi <mailroxas@gmail.com>2018-11-18 07:36:35 +0200
commitf45ea151b7a5b184ed761d63fb15c3a962278ead (patch)
tree1a1244930e44b8888d8ac65c01f402c93ab7d498 /src/libc.c
parent913589a5c9c2f1451e0bb04cc0d8ad2ecbf7fd8d (diff)
move libc-sha1.h to libc-sha1.c
Diffstat (limited to 'src/libc.c')
-rw-r--r--src/libc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libc.c b/src/libc.c
index e4c80a7..7f7b42b 100644
--- a/src/libc.c
+++ b/src/libc.c
@@ -83,8 +83,6 @@ tkill(int tid, int sig)
return syscall(SYS_tkill, tid, sig);
}
-#include "libc-sha1.h"
-
// Stuff needed for runtime compatibility, but not neccessary for linking
// Also stuff that exists in glibc, but needs to be wrapped for runtime compatibility