mirror of https://git.musl-libc.org/git/musl
6 changed files with 20 additions and 9 deletions
@ -1,6 +1,8 @@ |
|||||
#include "pthread_impl.h" |
#include "pthread_impl.h" |
||||
|
|
||||
|
void __testcancel(void); |
||||
|
|
||||
void pthread_testcancel() |
void pthread_testcancel() |
||||
{ |
{ |
||||
if (libc.testcancel) libc.testcancel(); |
__testcancel(); |
||||
} |
} |
||||
|
|||||
Loading…
Reference in new issue