summaryrefslogtreecommitdiff
path: root/src/libc.c
diff options
context:
space:
mode:
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