diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libc-sha1.c (renamed from src/libc-sha1.h) | 2 | ||||
-rw-r--r-- | src/libc.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/libc-sha1.h b/src/libc-sha1.c index 43b562a..b455c16 100644 --- a/src/libc-sha1.h +++ b/src/libc-sha1.c @@ -1,5 +1,3 @@ -#pragma once - /* SHA-1 in C By Steve Reid <steve@edmweb.com> @@ -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 |