From f45ea151b7a5b184ed761d63fb15c3a962278ead Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Sun, 18 Nov 2018 07:16:13 +0200 Subject: move libc-sha1.h to libc-sha1.c --- src/libc.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/libc.c') 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 -- cgit v1.2.3