X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fthread%2Fpthread_cancel.c;h=2f9d5e975f22ca60e7e9baca84b97bb6378fccac;hb=7f01a734feddaabf366bc644c926e675656cab62;hp=43f8d4054da00415b120745e53df8df1e0e8f3a2;hpb=9b95fd0944e4206949e90633c3fed088202810ec;p=musl diff --git a/src/thread/pthread_cancel.c b/src/thread/pthread_cancel.c index 43f8d405..2f9d5e97 100644 --- a/src/thread/pthread_cancel.c +++ b/src/thread/pthread_cancel.c @@ -2,7 +2,6 @@ #include #include "pthread_impl.h" #include "syscall.h" -#include "libc.h" hidden long __cancel(), __syscall_cp_asm(), __syscall_cp_c();