X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fthread%2Fpthread_testcancel.c;h=33238c0f70c5af59e17c40a0537b8bc578b36116;hp=774b70689978f0e351fa30b13976ccf227051f24;hb=HEAD;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01;ds=sidebyside diff --git a/src/thread/pthread_testcancel.c b/src/thread/pthread_testcancel.c index 774b7068..33238c0f 100644 --- a/src/thread/pthread_testcancel.c +++ b/src/thread/pthread_testcancel.c @@ -1,7 +1,8 @@ #include "pthread_impl.h" +void __testcancel(void); + void pthread_testcancel() { - CANCELPT_BEGIN; - CANCELPT_END; + __testcancel(); }