remove ancient clang workaround from powerpc pthread_arch.h asm
[musl] / src / thread / pthread_cancel.c
index 43f8d40..2f9d5e9 100644 (file)
@@ -2,7 +2,6 @@
 #include <string.h>
 #include "pthread_impl.h"
 #include "syscall.h"
-#include "libc.h"
 
 hidden long __cancel(), __syscall_cp_asm(), __syscall_cp_c();