summaryrefslogblamecommitdiff
path: root/src/thread/pthread_testcancel.c
blob: ba5f7c6cc29b91ab2678b8ad984a17ca91bb351a (plain) (tree)
1
2
3
4
5
6
7
8
9
                         
                 
 




                                
 

                         
                       
 
#include "pthread_impl.h"
#include "libc.h"

static void dummy()
{
}

weak_alias(dummy, __testcancel);

void pthread_testcancel()
{
	__testcancel();
}