X-Git-Url: https://git.saurik.com/apple/libpthread.git/blobdiff_plain/964d3577b041867f776d8eb940bf4a1108ffb97c..76b7b9a2a65d05f65ded82a6675bf63a7f569766:/src/pthread_support.c?ds=sidebyside diff --git a/src/pthread_support.c b/src/pthread_support.c index 5097d60..f8c529f 100644 --- a/src/pthread_support.c +++ b/src/pthread_support.c @@ -31,7 +31,7 @@ /* We should move abort() into Libsyscall, if possible. */ int __getpid(void); -PTHREAD_NORETURN int +int __kill(int pid, int signum, int posix); void